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          193 lib/pacemaker/pcmk_sched_utilization.c                     GList *all_rscs, pe_resource_t * orig_rsc)
orig_rsc          200 lib/pacemaker/pcmk_sched_utilization.c         pe_rsc_trace(orig_rsc, "%s: Adding %s as colocated utilization",
orig_rsc          201 lib/pacemaker/pcmk_sched_utilization.c                      orig_rsc->id, rsc->id);
orig_rsc          205 lib/pacemaker/pcmk_sched_utilization.c         pe_rsc_trace(orig_rsc, "%s: Adding %s as colocated utilization",
orig_rsc          206 lib/pacemaker/pcmk_sched_utilization.c                      orig_rsc->id, rsc->id);
orig_rsc          229 lib/pacemaker/pcmk_sched_utilization.c                         pe_rsc_trace(orig_rsc, "%s: Adding %s as colocated utilization",
orig_rsc          230 lib/pacemaker/pcmk_sched_utilization.c                                      orig_rsc->id, child->id);
orig_rsc          231 lib/pacemaker/pcmk_sched_utilization.c                         add_unallocated_utilization(all_utilization, child, all_rscs, orig_rsc);
orig_rsc          243 lib/pacemaker/pcmk_sched_utilization.c             pe_rsc_trace(orig_rsc, "%s: Adding %s as colocated utilization",
orig_rsc          244 lib/pacemaker/pcmk_sched_utilization.c                          orig_rsc->id, ID(first_child->xml));
orig_rsc          245 lib/pacemaker/pcmk_sched_utilization.c             add_unallocated_utilization(all_utilization, first_child, all_rscs, orig_rsc);
orig_rsc          279 lib/pacemaker/pcmk_sched_utilization.c find_colocated_rscs(GList *colocated_rscs, pe_resource_t * rsc, pe_resource_t * orig_rsc)
orig_rsc          290 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          298 lib/pacemaker/pcmk_sched_utilization.c         if (rsc_rh == orig_rsc) {
orig_rsc          307 lib/pacemaker/pcmk_sched_utilization.c                 colocated_rscs = group_find_colocated_rscs(colocated_rscs, rsc_rh, orig_rsc);
orig_rsc          310 lib/pacemaker/pcmk_sched_utilization.c                 colocated_rscs = find_colocated_rscs(colocated_rscs, rsc_rh, orig_rsc);
orig_rsc          320 lib/pacemaker/pcmk_sched_utilization.c         if (rsc_lh == orig_rsc) {
orig_rsc          334 lib/pacemaker/pcmk_sched_utilization.c                 colocated_rscs = group_find_colocated_rscs(colocated_rscs, rsc_lh, orig_rsc);
orig_rsc          337 lib/pacemaker/pcmk_sched_utilization.c                 colocated_rscs = find_colocated_rscs(colocated_rscs, rsc_lh, orig_rsc);
orig_rsc          433 lib/pacemaker/pcmk_sched_utilization.c group_find_colocated_rscs(GList *colocated_rscs, pe_resource_t * rsc, pe_resource_t * orig_rsc)
orig_rsc          444 lib/pacemaker/pcmk_sched_utilization.c             colocated_rscs = find_colocated_rscs(colocated_rscs, child_rsc, orig_rsc);
orig_rsc          449 lib/pacemaker/pcmk_sched_utilization.c             colocated_rscs = find_colocated_rscs(colocated_rscs, group_data->first_child, orig_rsc);
orig_rsc          453 lib/pacemaker/pcmk_sched_utilization.c     colocated_rscs = find_colocated_rscs(colocated_rscs, rsc, orig_rsc);