colocation_constraints  185 include/crm/common/scheduler_internal.h     GList *colocation_constraints;  // Colocation constraints
colocation_constraints  431 lib/pacemaker/pcmk_sched_colocation.c     dependent->priv->scheduler->priv->colocation_constraints =
colocation_constraints  432 lib/pacemaker/pcmk_sched_colocation.c         g_list_prepend(dependent->priv->scheduler->priv->colocation_constraints,
colocation_constraints  410 lib/pengine/status.c               g_list_length(scheduler->priv->colocation_constraints));
colocation_constraints  411 lib/pengine/status.c     g_list_free_full(scheduler->priv->colocation_constraints, free);
colocation_constraints  412 lib/pengine/status.c     scheduler->priv->colocation_constraints = NULL;