with_this_colocations  178 lib/pacemaker/libpacemaker_private.h     void (*with_this_colocations)(const pcmk_resource_t *rsc,
with_this_colocations  370 lib/pacemaker/pcmk_sched_clone.c         rsc->parent->cmds->with_this_colocations(rsc->parent, orig_rsc, list);
with_this_colocations 2019 lib/pacemaker/pcmk_sched_colocation.c     rsc->cmds->with_this_colocations(rsc, rsc, &list);
with_this_colocations  772 lib/pacemaker/pcmk_sched_group.c         rsc->parent->cmds->with_this_colocations(rsc->parent, orig_rsc,
with_this_colocations  786 lib/pacemaker/pcmk_sched_group.c             member->cmds->with_this_colocations(member, orig_rsc, list);
with_this_colocations  397 lib/pacemaker/pcmk_sched_primitive.c     GList *with_this_colocations = NULL;
with_this_colocations  433 lib/pacemaker/pcmk_sched_primitive.c     with_this_colocations = pcmk__with_this_colocations(rsc);
with_this_colocations  444 lib/pacemaker/pcmk_sched_primitive.c     for (iter = with_this_colocations; iter != NULL; iter = iter->next) {
with_this_colocations  465 lib/pacemaker/pcmk_sched_primitive.c     for (iter = with_this_colocations; iter != NULL; iter = iter->next) {
with_this_colocations  475 lib/pacemaker/pcmk_sched_primitive.c     g_list_free(with_this_colocations);
with_this_colocations 1151 lib/pacemaker/pcmk_sched_primitive.c             rsc->parent->cmds->with_this_colocations(rsc->parent, orig_rsc, list);