orig_rsc           15 lib/pacemaker/pcmk_sched_utilization.c                                     pe_resource_t * orig_rsc);
orig_rsc           18 lib/pacemaker/pcmk_sched_utilization.c                                           pe_resource_t * orig_rsc);
orig_rsc          178 lib/pacemaker/pcmk_sched_utilization.c                     GListPtr all_rscs, pe_resource_t * orig_rsc)
orig_rsc          185 lib/pacemaker/pcmk_sched_utilization.c         pe_rsc_trace(orig_rsc, "%s: Adding %s as colocated utilization",
orig_rsc          186 lib/pacemaker/pcmk_sched_utilization.c                      orig_rsc->id, rsc->id);
orig_rsc          190 lib/pacemaker/pcmk_sched_utilization.c         pe_rsc_trace(orig_rsc, "%s: Adding %s as colocated utilization",
orig_rsc          191 lib/pacemaker/pcmk_sched_utilization.c                      orig_rsc->id, rsc->id);
orig_rsc          214 lib/pacemaker/pcmk_sched_utilization.c                         pe_rsc_trace(orig_rsc, "%s: Adding %s as colocated utilization",
orig_rsc          215 lib/pacemaker/pcmk_sched_utilization.c                                      orig_rsc->id, child->id);
orig_rsc          216 lib/pacemaker/pcmk_sched_utilization.c                         add_unallocated_utilization(all_utilization, child, all_rscs, orig_rsc);
orig_rsc          228 lib/pacemaker/pcmk_sched_utilization.c             pe_rsc_trace(orig_rsc, "%s: Adding %s as colocated utilization",
orig_rsc          229 lib/pacemaker/pcmk_sched_utilization.c                          orig_rsc->id, ID(first_child->xml));
orig_rsc          230 lib/pacemaker/pcmk_sched_utilization.c             add_unallocated_utilization(all_utilization, first_child, all_rscs, orig_rsc);
orig_rsc          264 lib/pacemaker/pcmk_sched_utilization.c find_colocated_rscs(GListPtr colocated_rscs, pe_resource_t * rsc, pe_resource_t * orig_rsc)
orig_rsc          275 lib/pacemaker/pcmk_sched_utilization.c     crm_trace("%s: %s is supposed to be colocated with %s", orig_rsc->id, rsc->id, orig_rsc->id);
orig_rsc          283 lib/pacemaker/pcmk_sched_utilization.c         if (rsc_rh == orig_rsc) {
orig_rsc          292 lib/pacemaker/pcmk_sched_utilization.c                 colocated_rscs = group_find_colocated_rscs(colocated_rscs, rsc_rh, orig_rsc);
orig_rsc          295 lib/pacemaker/pcmk_sched_utilization.c                 colocated_rscs = find_colocated_rscs(colocated_rscs, rsc_rh, orig_rsc);
orig_rsc          305 lib/pacemaker/pcmk_sched_utilization.c         if (rsc_lh == orig_rsc) {
orig_rsc          319 lib/pacemaker/pcmk_sched_utilization.c                 colocated_rscs = group_find_colocated_rscs(colocated_rscs, rsc_lh, orig_rsc);
orig_rsc          322 lib/pacemaker/pcmk_sched_utilization.c                 colocated_rscs = find_colocated_rscs(colocated_rscs, rsc_lh, orig_rsc);
orig_rsc          418 lib/pacemaker/pcmk_sched_utilization.c group_find_colocated_rscs(GListPtr colocated_rscs, pe_resource_t * rsc, pe_resource_t * orig_rsc)
orig_rsc          429 lib/pacemaker/pcmk_sched_utilization.c             colocated_rscs = find_colocated_rscs(colocated_rscs, child_rsc, orig_rsc);
orig_rsc          434 lib/pacemaker/pcmk_sched_utilization.c             colocated_rscs = find_colocated_rscs(colocated_rscs, group_data->first_child, orig_rsc);
orig_rsc          438 lib/pacemaker/pcmk_sched_utilization.c     colocated_rscs = find_colocated_rscs(colocated_rscs, rsc, orig_rsc);