orig_rsc           25 pengine/utilization.c                                     resource_t * orig_rsc);
orig_rsc           28 pengine/utilization.c                                           resource_t * orig_rsc);
orig_rsc          188 pengine/utilization.c                     GListPtr all_rscs, resource_t * orig_rsc)
orig_rsc          195 pengine/utilization.c         pe_rsc_trace(orig_rsc, "%s: Adding %s as colocated utilization",
orig_rsc          196 pengine/utilization.c                      orig_rsc->id, rsc->id);
orig_rsc          200 pengine/utilization.c         pe_rsc_trace(orig_rsc, "%s: Adding %s as colocated utilization",
orig_rsc          201 pengine/utilization.c                      orig_rsc->id, rsc->id);
orig_rsc          224 pengine/utilization.c                         pe_rsc_trace(orig_rsc, "%s: Adding %s as colocated utilization",
orig_rsc          225 pengine/utilization.c                                      orig_rsc->id, child->id);
orig_rsc          226 pengine/utilization.c                         add_unallocated_utilization(all_utilization, child, all_rscs, orig_rsc);
orig_rsc          237 pengine/utilization.c             pe_rsc_trace(orig_rsc, "%s: Adding %s as colocated utilization",
orig_rsc          238 pengine/utilization.c                          orig_rsc->id, ID(first_child->xml));
orig_rsc          239 pengine/utilization.c             add_unallocated_utilization(all_utilization, first_child, all_rscs, orig_rsc);
orig_rsc          273 pengine/utilization.c find_colocated_rscs(GListPtr colocated_rscs, resource_t * rsc, resource_t * orig_rsc)
orig_rsc          284 pengine/utilization.c     crm_trace("%s: %s is supposed to be colocated with %s", orig_rsc->id, rsc->id, orig_rsc->id);
orig_rsc          292 pengine/utilization.c         if (rsc_rh == orig_rsc) {
orig_rsc          301 pengine/utilization.c                 colocated_rscs = group_find_colocated_rscs(colocated_rscs, rsc_rh, orig_rsc);
orig_rsc          304 pengine/utilization.c                 colocated_rscs = find_colocated_rscs(colocated_rscs, rsc_rh, orig_rsc);
orig_rsc          314 pengine/utilization.c         if (rsc_lh == orig_rsc) {
orig_rsc          328 pengine/utilization.c                 colocated_rscs = group_find_colocated_rscs(colocated_rscs, rsc_lh, orig_rsc);
orig_rsc          331 pengine/utilization.c                 colocated_rscs = find_colocated_rscs(colocated_rscs, rsc_lh, orig_rsc);
orig_rsc          427 pengine/utilization.c group_find_colocated_rscs(GListPtr colocated_rscs, resource_t * rsc, resource_t * orig_rsc)
orig_rsc          438 pengine/utilization.c             colocated_rscs = find_colocated_rscs(colocated_rscs, child_rsc, orig_rsc);
orig_rsc          443 pengine/utilization.c             colocated_rscs = find_colocated_rscs(colocated_rscs, group_data->first_child, orig_rsc);
orig_rsc          447 pengine/utilization.c     colocated_rscs = find_colocated_rscs(colocated_rscs, rsc, orig_rsc);