this_with_colocations  436 include/crm/common/resources_internal.h     GList *this_with_colocations;
this_with_colocations  214 lib/pacemaker/libpacemaker_private.h     void (*this_with_colocations)(const pcmk_resource_t *rsc,
this_with_colocations  394 lib/pacemaker/pcmk_output.c     for (GList *lpc = rsc->priv->this_with_colocations;
this_with_colocations  445 lib/pacemaker/pcmk_output.c     for (GList *lpc = rsc->priv->this_with_colocations;
this_with_colocations  662 lib/pacemaker/pcmk_sched_bundle.c         pcmk__add_this_with_list(list, rsc->priv->this_with_colocations,
this_with_colocations  683 lib/pacemaker/pcmk_sched_bundle.c             pcmk__add_this_with_list(list, rsc->priv->this_with_colocations,
this_with_colocations  691 lib/pacemaker/pcmk_sched_bundle.c         pcmk__add_this_with_list(list, rsc->priv->this_with_colocations,
this_with_colocations  397 lib/pacemaker/pcmk_sched_clone.c     pcmk__add_this_with_list(list, rsc->priv->this_with_colocations,
this_with_colocations  401 lib/pacemaker/pcmk_sched_clone.c         parent->priv->cmds->this_with_colocations(parent, orig_rsc, list);
this_with_colocations  426 lib/pacemaker/pcmk_sched_colocation.c     pcmk__add_this_with(&(dependent->priv->this_with_colocations), new_con,
this_with_colocations 2042 lib/pacemaker/pcmk_sched_colocation.c     rsc->priv->cmds->this_with_colocations(rsc, rsc, &list);
this_with_colocations  851 lib/pacemaker/pcmk_sched_group.c         pcmk__add_this_with_list(list, rsc->priv->this_with_colocations,
this_with_colocations  856 lib/pacemaker/pcmk_sched_group.c             parent->priv->cmds->this_with_colocations(parent, orig_rsc, list);
this_with_colocations  872 lib/pacemaker/pcmk_sched_group.c             member->priv->cmds->this_with_colocations(member, orig_rsc, list);
this_with_colocations  894 lib/pacemaker/pcmk_sched_group.c             for (const GList *cons_iter = rsc->priv->this_with_colocations;
this_with_colocations  397 lib/pacemaker/pcmk_sched_primitive.c     GList *this_with_colocations = NULL;
this_with_colocations  436 lib/pacemaker/pcmk_sched_primitive.c     this_with_colocations = pcmk__this_with_colocations(rsc);
this_with_colocations  440 lib/pacemaker/pcmk_sched_primitive.c     for (iter = this_with_colocations; iter != NULL; iter = iter->next) {
this_with_colocations  461 lib/pacemaker/pcmk_sched_primitive.c     for (iter = this_with_colocations; iter != NULL; iter = iter->next) {
this_with_colocations  478 lib/pacemaker/pcmk_sched_primitive.c     g_list_free(this_with_colocations);
this_with_colocations 1205 lib/pacemaker/pcmk_sched_primitive.c         pcmk__add_this_with_list(list, rsc->priv->this_with_colocations,
this_with_colocations 1208 lib/pacemaker/pcmk_sched_primitive.c             parent->priv->cmds->this_with_colocations(parent, orig_rsc, list);
this_with_colocations 1212 lib/pacemaker/pcmk_sched_primitive.c         for (GList *iter = rsc->priv->this_with_colocations;
this_with_colocations 1097 lib/pengine/complex.c     g_list_free(rsc->priv->this_with_colocations);