allocated_to      289 include/crm/pengine/status.h     node_t *allocated_to;
allocated_to      971 lib/pengine/complex.c     free(rsc->allocated_to);
allocated_to      807 lib/pengine/container.c     node = tuple->docker->allocated_to;
allocated_to      180 lib/pengine/native.c     } else if (is_not_set(flags, pe_find_current) && rsc->allocated_to
allocated_to      181 lib/pengine/native.c                && (rsc->allocated_to->details == node->details)) {
allocated_to      780 lib/pengine/native.c     } else if (current == FALSE && rsc->allocated_to) {
allocated_to      781 lib/pengine/native.c         result = g_list_append(NULL, rsc->allocated_to);
allocated_to     1542 lib/pengine/utils.c         if (rsc->allocated_to) {
allocated_to     1543 lib/pengine/utils.c             crm_info("Deallocating %s from %s", rsc->id, rsc->allocated_to->details->uname);
allocated_to     1544 lib/pengine/utils.c             free(rsc->allocated_to);
allocated_to     1545 lib/pengine/utils.c             rsc->allocated_to = NULL;
allocated_to     1933 pengine/allocate.c     if(remote_rsc->next_role == RSC_ROLE_STOPPED || remote_rsc->allocated_to == NULL) {
allocated_to      944 pengine/clone.c     if (rsc->allocated_to != NULL) {
allocated_to      142 pengine/container.c         pe_node_t *docker_host = tuple->docker->allocated_to;
allocated_to      796 pengine/graph.c     ended_on = action->node->details->remote_rsc->allocated_to;
allocated_to     1246 pengine/graph.c                     if(action->node->details->remote_rsc->container->allocated_to) {
allocated_to     1247 pengine/graph.c                         host = action->node->details->remote_rsc->container->allocated_to;
allocated_to     1502 pengine/graph.c             if (wrapper->action->node == NULL || action->rsc->allocated_to == NULL
allocated_to     1503 pengine/graph.c                 || wrapper->action->node->details != action->rsc->allocated_to->details) {
allocated_to       41 pengine/group.c         return rsc->allocated_to;
allocated_to       95 pengine/native.c         return rsc->allocated_to ? TRUE : FALSE;
allocated_to      446 pengine/native.c         return rsc->allocated_to;
allocated_to      545 pengine/native.c                      rsc->allocated_to->details->uname);
allocated_to      547 pengine/native.c     } else if (rsc->allocated_to == NULL) {
allocated_to      556 pengine/native.c                      rsc->allocated_to->details->uname);
allocated_to      566 pengine/native.c         if (rsc->allocated_to && rsc->next_role != RSC_ROLE_STOPPED) {
allocated_to      579 pengine/native.c                       (rsc->allocated_to? "" : "un"));
allocated_to      584 pengine/native.c     return rsc->allocated_to;
allocated_to     1156 pengine/native.c     chosen = rsc->allocated_to;
allocated_to     1594 pengine/native.c         details_rh = rsc_rh->allocated_to ? rsc_rh->allocated_to->details : NULL;
allocated_to     1595 pengine/native.c         details_lh = rsc_lh->allocated_to ? rsc_lh->allocated_to->details : NULL;
allocated_to     1654 pengine/native.c     if (!rsc_rh->allocated_to || !rsc_lh->allocated_to) {
allocated_to     1658 pengine/native.c     lh_value = pe_node_attribute_raw(rsc_lh->allocated_to, attribute);
allocated_to     1659 pengine/native.c     rh_value = pe_node_attribute_raw(rsc_rh->allocated_to, attribute);
allocated_to     1696 pengine/native.c     if (rsc_rh->allocated_to) {
allocated_to     1697 pengine/native.c         value = pe_node_attribute_raw(rsc_rh->allocated_to, attribute);
allocated_to     2316 pengine/native.c     next = rsc->allocated_to;
allocated_to     2513 pengine/native.c         if(rsc->allocated_to == NULL) {
allocated_to     2934 pengine/native.c             if(remote->allocated_to
allocated_to     2935 pengine/native.c                && g_hash_table_lookup(remote->known_on, remote->allocated_to->details->id) == NULL) {
allocated_to     2957 pengine/native.c                   || (remote->allocated_to
allocated_to     2958 pengine/native.c                       && pe_find_node(remote->running_on, remote->allocated_to->details->uname) == NULL)
allocated_to      713 pengine/notif.c         if (rsc->allocated_to == NULL) {
allocated_to      719 pengine/notif.c                 pe_notify(rsc, rsc->allocated_to, n_data->pre, n_data->pre_done, n_data, data_set);
allocated_to      721 pengine/notif.c             pe_post_notify(rsc, rsc->allocated_to, n_data, data_set);
allocated_to      231 pengine/utils.c     if (rsc->allocated_to) {
allocated_to      232 pengine/utils.c         node_t *old = rsc->allocated_to;
allocated_to      236 pengine/utils.c         rsc->allocated_to = NULL;
allocated_to      313 pengine/utils.c     rsc->allocated_to = node_copy(chosen);