allocated_rsc     232 include/crm/pengine/pe_types.h     GList *allocated_rsc;     /* pe_resource_t* */
allocated_rsc     262 lib/pacemaker/pcmk_sched_utils.c         old->details->allocated_rsc = g_list_remove(old->details->allocated_rsc, rsc);
allocated_rsc     344 lib/pacemaker/pcmk_sched_utils.c     chosen->details->allocated_rsc = g_list_prepend(chosen->details->allocated_rsc, rsc);
allocated_rsc     214 lib/pengine/status.c         g_list_free(node->details->allocated_rsc);
allocated_rsc     396 tools/crm_resource_print.c         GList *allResources = node->details->allocated_rsc;
allocated_rsc     480 tools/crm_resource_print.c         GList *allResources = node->details->allocated_rsc;