colocated_rscs     24 pengine/utilization.c static GListPtr find_colocated_rscs(GListPtr colocated_rscs, resource_t * rsc,
colocated_rscs     27 pengine/utilization.c static GListPtr group_find_colocated_rscs(GListPtr colocated_rscs, resource_t * rsc,
colocated_rscs    245 pengine/utilization.c sum_unallocated_utilization(resource_t * rsc, GListPtr colocated_rscs)
colocated_rscs    251 pengine/utilization.c     all_rscs = g_list_copy(colocated_rscs);
colocated_rscs    273 pengine/utilization.c find_colocated_rscs(GListPtr colocated_rscs, resource_t * rsc, resource_t * orig_rsc)
colocated_rscs    278 pengine/utilization.c         return colocated_rscs;
colocated_rscs    280 pengine/utilization.c     } else if (g_list_find(colocated_rscs, rsc)) {
colocated_rscs    281 pengine/utilization.c         return colocated_rscs;
colocated_rscs    285 pengine/utilization.c     colocated_rscs = g_list_append(colocated_rscs, rsc);
colocated_rscs    301 pengine/utilization.c                 colocated_rscs = group_find_colocated_rscs(colocated_rscs, rsc_rh, orig_rsc);
colocated_rscs    304 pengine/utilization.c                 colocated_rscs = find_colocated_rscs(colocated_rscs, rsc_rh, orig_rsc);
colocated_rscs    328 pengine/utilization.c                 colocated_rscs = group_find_colocated_rscs(colocated_rscs, rsc_lh, orig_rsc);
colocated_rscs    331 pengine/utilization.c                 colocated_rscs = find_colocated_rscs(colocated_rscs, rsc_lh, orig_rsc);
colocated_rscs    336 pengine/utilization.c     return colocated_rscs;
colocated_rscs    346 pengine/utilization.c         GListPtr colocated_rscs = NULL;
colocated_rscs    350 pengine/utilization.c         colocated_rscs = find_colocated_rscs(colocated_rscs, rsc, rsc);
colocated_rscs    351 pengine/utilization.c         if (colocated_rscs) {
colocated_rscs    356 pengine/utilization.c             unallocated_utilization = sum_unallocated_utilization(rsc, colocated_rscs);
colocated_rscs    399 pengine/utilization.c             g_list_free(colocated_rscs);
colocated_rscs    427 pengine/utilization.c group_find_colocated_rscs(GListPtr colocated_rscs, resource_t * rsc, resource_t * orig_rsc)
colocated_rscs    438 pengine/utilization.c             colocated_rscs = find_colocated_rscs(colocated_rscs, child_rsc, orig_rsc);
colocated_rscs    443 pengine/utilization.c             colocated_rscs = find_colocated_rscs(colocated_rscs, group_data->first_child, orig_rsc);
colocated_rscs    447 pengine/utilization.c     colocated_rscs = find_colocated_rscs(colocated_rscs, rsc, orig_rsc);
colocated_rscs    449 pengine/utilization.c     return colocated_rscs;