with_this_colocations  151 lib/pacemaker/libpacemaker_private.h     void (*with_this_colocations)(const pe_resource_t *rsc,
with_this_colocations 1574 lib/pacemaker/pcmk_sched_colocation.c     rsc->cmds->with_this_colocations(rsc, rsc, &list);
with_this_colocations  681 lib/pacemaker/pcmk_sched_group.c             rsc->parent->cmds->with_this_colocations(rsc->parent, orig_rsc,
with_this_colocations  364 lib/pacemaker/pcmk_sched_primitive.c     GList *with_this_colocations = NULL;
with_this_colocations  393 lib/pacemaker/pcmk_sched_primitive.c     with_this_colocations = pcmk__with_this_colocations(rsc);
with_this_colocations  403 lib/pacemaker/pcmk_sched_primitive.c     for (iter = with_this_colocations; iter != NULL; iter = iter->next) {
with_this_colocations  423 lib/pacemaker/pcmk_sched_primitive.c     for (iter = with_this_colocations; iter != NULL; iter = iter->next) {
with_this_colocations  433 lib/pacemaker/pcmk_sched_primitive.c     g_list_free(with_this_colocations);
with_this_colocations 1080 lib/pacemaker/pcmk_sched_primitive.c         rsc->parent->cmds->with_this_colocations(rsc->parent, rsc, list);