allocated_rsc     221 include/crm/pengine/pe_types.h     GListPtr 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     342 lib/pacemaker/pcmk_sched_utils.c     chosen->details->allocated_rsc = g_list_prepend(chosen->details->allocated_rsc, rsc);
allocated_rsc     213 lib/pengine/status.c         g_list_free(node->details->allocated_rsc);
allocated_rsc    2040 tools/crm_resource_runtime.c     GListPtr allResources = node->details->allocated_rsc;