allocated_to      377 include/crm/pengine/pe_types.h     pe_node_t *allocated_to;
allocated_to      703 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      865 lib/pacemaker/pcmk_sched_colocation.c         const pe_node_t *primary_node = primary->allocated_to;
allocated_to      867 lib/pacemaker/pcmk_sched_colocation.c         if (dependent->allocated_to == NULL) {
allocated_to      875 lib/pacemaker/pcmk_sched_colocation.c                 (primary_node->details != dependent->allocated_to->details)) {
allocated_to      878 lib/pacemaker/pcmk_sched_colocation.c                         dependent->allocated_to->details->uname,
allocated_to      886 lib/pacemaker/pcmk_sched_colocation.c                 (dependent->allocated_to->details == primary_node->details)) {
allocated_to      961 lib/pacemaker/pcmk_sched_colocation.c     if (primary->allocated_to != NULL) {
allocated_to      962 lib/pacemaker/pcmk_sched_colocation.c         value = pe_node_attribute_raw(primary->allocated_to, attribute);
allocated_to      973 lib/pacemaker/pcmk_sched_colocation.c         if (primary->allocated_to == NULL) {
allocated_to     1035 lib/pacemaker/pcmk_sched_colocation.c     if ((primary->allocated_to == NULL) || (dependent->allocated_to == NULL)) {
allocated_to     1043 lib/pacemaker/pcmk_sched_colocation.c     dependent_value = pe_node_attribute_raw(dependent->allocated_to, attribute);
allocated_to     1044 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      100 lib/pacemaker/pcmk_sched_native.c         return rsc->allocated_to != NULL;
allocated_to      506 lib/pacemaker/pcmk_sched_native.c         return rsc->allocated_to;
allocated_to      609 lib/pacemaker/pcmk_sched_native.c                      rsc->allocated_to->details->uname);
allocated_to      611 lib/pacemaker/pcmk_sched_native.c     } else if (rsc->allocated_to == NULL) {
allocated_to      620 lib/pacemaker/pcmk_sched_native.c                      rsc->allocated_to->details->uname);
allocated_to      629 lib/pacemaker/pcmk_sched_native.c         if (rsc->allocated_to && rsc->next_role != RSC_ROLE_STOPPED) {
allocated_to      642 lib/pacemaker/pcmk_sched_native.c                       (rsc->allocated_to? "" : "un"));
allocated_to      647 lib/pacemaker/pcmk_sched_native.c     return rsc->allocated_to;
allocated_to     1265 lib/pacemaker/pcmk_sched_native.c     chosen = rsc->allocated_to;
allocated_to     2032 lib/pacemaker/pcmk_sched_native.c            && (rsc->allocated_to != NULL) && (node != NULL)
allocated_to     2033 lib/pacemaker/pcmk_sched_native.c            && (rsc->allocated_to->details == node->details);
allocated_to     2080 lib/pacemaker/pcmk_sched_native.c         if(rsc->allocated_to == NULL) {
allocated_to     2401 lib/pacemaker/pcmk_sched_native.c             if(remote->allocated_to
allocated_to     2402 lib/pacemaker/pcmk_sched_native.c                && g_hash_table_lookup(remote->known_on, remote->allocated_to->details->id) == NULL) {
allocated_to     2426 lib/pacemaker/pcmk_sched_native.c                   || (remote->allocated_to
allocated_to     2427 lib/pacemaker/pcmk_sched_native.c                       && pe_find_node(remote->running_on, remote->allocated_to->details->uname) == NULL)
allocated_to      900 lib/pacemaker/pcmk_sched_notif.c         if (rsc->allocated_to == NULL) {
allocated_to      908 lib/pacemaker/pcmk_sched_notif.c             new_notify_action(rsc, rsc->allocated_to, n_data->pre,
allocated_to      911 lib/pacemaker/pcmk_sched_notif.c         new_post_notify_action(rsc, rsc->allocated_to, n_data);
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      295 lib/pacemaker/pcmk_sched_resource.c     next = rsc->allocated_to;
allocated_to      399 lib/pacemaker/pcmk_sched_resource.c     rsc->allocated_to = pe__copy_node(chosen);
allocated_to      439 lib/pacemaker/pcmk_sched_resource.c         if (rsc->allocated_to != NULL) {
allocated_to      467 lib/pacemaker/pcmk_sched_resource.c     pe_node_t *old = rsc->allocated_to;
allocated_to      475 lib/pacemaker/pcmk_sched_resource.c     rsc->allocated_to = NULL;
allocated_to      978 lib/pengine/bundle.c     node = replica->container->allocated_to;
allocated_to      987 lib/pengine/complex.c     free(rsc->allocated_to);
allocated_to      262 lib/pengine/native.c     } else if (!pcmk_is_set(flags, pe_find_current) && rsc->allocated_to
allocated_to      263 lib/pengine/native.c                && (rsc->allocated_to->details == node->details)) {
allocated_to     1082 lib/pengine/native.c     } else if (current == FALSE && rsc->allocated_to) {
allocated_to     1083 lib/pengine/native.c         result = g_list_append(NULL, rsc->allocated_to);
allocated_to     1718 lib/pengine/utils.c         if (rsc->allocated_to) {
allocated_to     1719 lib/pengine/utils.c             crm_info("Deallocating %s from %s", rsc->id, rsc->allocated_to->details->uname);
allocated_to     1720 lib/pengine/utils.c             free(rsc->allocated_to);
allocated_to     1721 lib/pengine/utils.c             rsc->allocated_to = NULL;