allocated_to 363 include/crm/pengine/pe_types.h pe_node_t *allocated_to; allocated_to 1292 lib/pacemaker/pcmk_graph_producer.c pe_node_t *allocated = action->rsc->allocated_to; allocated_to 103 lib/pacemaker/pcmk_sched_bundle.c container_host = replica->container->allocated_to; allocated_to 1020 lib/pacemaker/pcmk_sched_clone.c if (rsc->allocated_to != NULL) { allocated_to 860 lib/pacemaker/pcmk_sched_colocation.c const pe_node_t *primary_node = primary->allocated_to; allocated_to 862 lib/pacemaker/pcmk_sched_colocation.c if (dependent->allocated_to == NULL) { allocated_to 870 lib/pacemaker/pcmk_sched_colocation.c (primary_node->details != dependent->allocated_to->details)) { allocated_to 873 lib/pacemaker/pcmk_sched_colocation.c dependent->allocated_to->details->uname, allocated_to 881 lib/pacemaker/pcmk_sched_colocation.c (dependent->allocated_to->details == primary_node->details)) { allocated_to 956 lib/pacemaker/pcmk_sched_colocation.c if (primary->allocated_to != NULL) { allocated_to 957 lib/pacemaker/pcmk_sched_colocation.c value = pe_node_attribute_raw(primary->allocated_to, attribute); allocated_to 968 lib/pacemaker/pcmk_sched_colocation.c if (primary->allocated_to == NULL) { allocated_to 1029 lib/pacemaker/pcmk_sched_colocation.c if ((primary->allocated_to == NULL) || (dependent->allocated_to == NULL)) { allocated_to 1037 lib/pacemaker/pcmk_sched_colocation.c dependent_value = pe_node_attribute_raw(dependent->allocated_to, attribute); allocated_to 1038 lib/pacemaker/pcmk_sched_colocation.c primary_value = pe_node_attribute_raw(primary->allocated_to, attribute); allocated_to 96 lib/pacemaker/pcmk_sched_group.c return rsc->allocated_to; allocated_to 101 lib/pacemaker/pcmk_sched_native.c return rsc->allocated_to ? TRUE : FALSE; allocated_to 507 lib/pacemaker/pcmk_sched_native.c return rsc->allocated_to; allocated_to 610 lib/pacemaker/pcmk_sched_native.c rsc->allocated_to->details->uname); allocated_to 612 lib/pacemaker/pcmk_sched_native.c } else if (rsc->allocated_to == NULL) { allocated_to 621 lib/pacemaker/pcmk_sched_native.c rsc->allocated_to->details->uname); allocated_to 630 lib/pacemaker/pcmk_sched_native.c if (rsc->allocated_to && rsc->next_role != RSC_ROLE_STOPPED) { allocated_to 643 lib/pacemaker/pcmk_sched_native.c (rsc->allocated_to? "" : "un")); allocated_to 648 lib/pacemaker/pcmk_sched_native.c return rsc->allocated_to; allocated_to 1213 lib/pacemaker/pcmk_sched_native.c chosen = rsc->allocated_to; allocated_to 2052 lib/pacemaker/pcmk_sched_native.c next = rsc->allocated_to; allocated_to 2098 lib/pacemaker/pcmk_sched_native.c if(rsc->allocated_to == NULL) { allocated_to 2376 lib/pacemaker/pcmk_sched_native.c if(remote->allocated_to allocated_to 2377 lib/pacemaker/pcmk_sched_native.c && g_hash_table_lookup(remote->known_on, remote->allocated_to->details->id) == NULL) { allocated_to 2401 lib/pacemaker/pcmk_sched_native.c || (remote->allocated_to allocated_to 2402 lib/pacemaker/pcmk_sched_native.c && pe_find_node(remote->running_on, remote->allocated_to->details->uname) == NULL) allocated_to 739 lib/pacemaker/pcmk_sched_notif.c if (rsc->allocated_to == NULL) { allocated_to 761 lib/pacemaker/pcmk_sched_notif.c pe_notify(rsc, rsc->allocated_to, n_data->pre, n_data->pre_done, n_data, data_set); allocated_to 763 lib/pacemaker/pcmk_sched_notif.c pe_post_notify(rsc, rsc->allocated_to, n_data, data_set); allocated_to 102 lib/pacemaker/pcmk_sched_remote.c || (remote_rsc->allocated_to == NULL)) { allocated_to 570 lib/pacemaker/pcmk_sched_remote.c ended_on = action->node->details->remote_rsc->allocated_to; allocated_to 721 lib/pacemaker/pcmk_sched_remote.c host = action->node->details->remote_rsc->container->allocated_to; allocated_to 210 lib/pacemaker/pcmk_sched_utils.c if (rsc->allocated_to) { allocated_to 211 lib/pacemaker/pcmk_sched_utils.c pe_node_t *old = rsc->allocated_to; allocated_to 215 lib/pacemaker/pcmk_sched_utils.c rsc->allocated_to = NULL; allocated_to 294 lib/pacemaker/pcmk_sched_utils.c rsc->allocated_to = pe__copy_node(chosen); allocated_to 978 lib/pengine/bundle.c node = replica->container->allocated_to; allocated_to 977 lib/pengine/complex.c free(rsc->allocated_to); allocated_to 257 lib/pengine/native.c } else if (!pcmk_is_set(flags, pe_find_current) && rsc->allocated_to allocated_to 258 lib/pengine/native.c && (rsc->allocated_to->details == node->details)) { allocated_to 1073 lib/pengine/native.c } else if (current == FALSE && rsc->allocated_to) { allocated_to 1074 lib/pengine/native.c result = g_list_append(NULL, rsc->allocated_to); allocated_to 1717 lib/pengine/utils.c if (rsc->allocated_to) { allocated_to 1718 lib/pengine/utils.c crm_info("Deallocating %s from %s", rsc->id, rsc->allocated_to->details->uname); allocated_to 1719 lib/pengine/utils.c free(rsc->allocated_to); allocated_to 1720 lib/pengine/utils.c rsc->allocated_to = NULL;