colocation_constraints  199 include/crm/common/scheduler.h     GList *colocation_constraints;  //!< Colocation constraints
colocation_constraints  395 lib/pacemaker/pcmk_sched_colocation.c     dependent->cluster->colocation_constraints = g_list_prepend(
colocation_constraints  396 lib/pacemaker/pcmk_sched_colocation.c         dependent->cluster->colocation_constraints, new_con);
colocation_constraints  355 lib/pengine/status.c               g_list_length(scheduler->colocation_constraints));
colocation_constraints  356 lib/pengine/status.c     g_list_free_full(scheduler->colocation_constraints, free);
colocation_constraints  357 lib/pengine/status.c     scheduler->colocation_constraints = NULL;