orig_rsc 31 include/pcmki/pcmki_sched_allocate.h const pe_resource_t *orig_rsc, orig_rsc 45 include/pcmki/pcmki_sched_allocate.h const pe_resource_t *orig_rsc, orig_rsc 130 lib/pacemaker/libpacemaker_private.h GList *(*colocated_resources)(pe_resource_t *rsc, pe_resource_t *orig_rsc, orig_rsc 222 lib/pacemaker/libpacemaker_private.h const pe_resource_t *orig_rsc, GList *all_rscs, orig_rsc 603 lib/pacemaker/libpacemaker_private.h const pe_resource_t *orig_rsc, orig_rsc 644 lib/pacemaker/libpacemaker_private.h pe_resource_t *orig_rsc, orig_rsc 649 lib/pacemaker/libpacemaker_private.h const pe_resource_t *orig_rsc, GList *all_rscs, orig_rsc 739 lib/pacemaker/libpacemaker_private.h GList *pcmk__colocated_resources(pe_resource_t *rsc, pe_resource_t *orig_rsc, orig_rsc 1125 lib/pacemaker/pcmk_sched_bundle.c const pe_resource_t *orig_rsc, GList *all_rscs, orig_rsc 1146 lib/pacemaker/pcmk_sched_bundle.c replica->container->cmds->add_utilization(replica->container, orig_rsc, orig_rsc 1149 lib/pacemaker/pcmk_sched_clone.c const pe_resource_t *orig_rsc, GList *all_rscs, orig_rsc 1173 lib/pacemaker/pcmk_sched_clone.c child->cmds->add_utilization(child, orig_rsc, all_rscs, orig_rsc 1186 lib/pacemaker/pcmk_sched_clone.c child->cmds->add_utilization(child, orig_rsc, all_rscs, utilization); orig_rsc 673 lib/pacemaker/pcmk_sched_group.c pcmk__group_colocated_resources(pe_resource_t *rsc, pe_resource_t *orig_rsc, orig_rsc 680 lib/pacemaker/pcmk_sched_group.c if (orig_rsc == NULL) { orig_rsc 681 lib/pacemaker/pcmk_sched_group.c orig_rsc = rsc; orig_rsc 691 lib/pacemaker/pcmk_sched_group.c colocated_rscs = member->cmds->colocated_resources(member, orig_rsc, orig_rsc 700 lib/pacemaker/pcmk_sched_group.c colocated_rscs = member->cmds->colocated_resources(member, orig_rsc, orig_rsc 705 lib/pacemaker/pcmk_sched_group.c colocated_rscs = pcmk__colocated_resources(rsc, orig_rsc, colocated_rscs); orig_rsc 713 lib/pacemaker/pcmk_sched_group.c const pe_resource_t *orig_rsc, GList *all_rscs, orig_rsc 718 lib/pacemaker/pcmk_sched_group.c CRM_ASSERT((rsc != NULL) && (orig_rsc != NULL) && (utilization != NULL)); orig_rsc 724 lib/pacemaker/pcmk_sched_group.c pe_rsc_trace(orig_rsc, "%s: Adding group %s as colocated utilization", orig_rsc 725 lib/pacemaker/pcmk_sched_group.c orig_rsc->id, rsc->id); orig_rsc 734 lib/pacemaker/pcmk_sched_group.c member->cmds->add_utilization(member, orig_rsc, all_rscs, orig_rsc 746 lib/pacemaker/pcmk_sched_group.c member->cmds->add_utilization(member, orig_rsc, all_rscs, orig_rsc 1403 lib/pacemaker/pcmk_sched_primitive.c const pe_resource_t *orig_rsc, GList *all_rscs, orig_rsc 1410 lib/pacemaker/pcmk_sched_primitive.c pe_rsc_trace(orig_rsc, "%s: Adding primitive %s as colocated utilization", orig_rsc 1411 lib/pacemaker/pcmk_sched_primitive.c orig_rsc->id, rsc->id); orig_rsc 211 lib/pacemaker/pcmk_sched_resource.c pcmk__colocated_resources(pe_resource_t *rsc, pe_resource_t *orig_rsc, orig_rsc 216 lib/pacemaker/pcmk_sched_resource.c if (orig_rsc == NULL) { orig_rsc 217 lib/pacemaker/pcmk_sched_resource.c orig_rsc = rsc; orig_rsc 224 lib/pacemaker/pcmk_sched_resource.c pe_rsc_trace(orig_rsc, "%s is in colocation chain with %s", orig_rsc 225 lib/pacemaker/pcmk_sched_resource.c rsc->id, orig_rsc->id); orig_rsc 233 lib/pacemaker/pcmk_sched_resource.c if (primary == orig_rsc) { orig_rsc 242 lib/pacemaker/pcmk_sched_resource.c orig_rsc, orig_rsc 252 lib/pacemaker/pcmk_sched_resource.c if (dependent == orig_rsc) { orig_rsc 265 lib/pacemaker/pcmk_sched_resource.c orig_rsc, orig_rsc 275 lib/pacemaker/pcmk_sched_utilization.c sum_resource_utilization(pe_resource_t *orig_rsc, GList *rscs) orig_rsc 282 lib/pacemaker/pcmk_sched_utilization.c rsc->cmds->add_utilization(rsc, orig_rsc, rscs, utilization);