containers        119 lib/pacemaker/pcmk_sched_bundle.c     GList *containers = NULL;
containers        134 lib/pacemaker/pcmk_sched_bundle.c     containers = g_list_sort(pe__bundle_containers(rsc), pcmk__cmp_instance);
containers        135 lib/pacemaker/pcmk_sched_bundle.c     pcmk__assign_instances(rsc, containers, pe__bundle_max(rsc),
containers        137 lib/pacemaker/pcmk_sched_bundle.c     g_list_free(containers);
containers        198 lib/pacemaker/pcmk_sched_bundle.c     GList *containers = NULL;
containers        205 lib/pacemaker/pcmk_sched_bundle.c     containers = pe__bundle_containers(rsc);
containers        206 lib/pacemaker/pcmk_sched_bundle.c     pcmk__create_instance_actions(rsc, containers);
containers        207 lib/pacemaker/pcmk_sched_bundle.c     g_list_free(containers);
containers        710 lib/pacemaker/pcmk_sched_bundle.c     GList *containers = NULL;
containers        735 lib/pacemaker/pcmk_sched_bundle.c     containers = pe__bundle_containers(action->rsc);
containers        736 lib/pacemaker/pcmk_sched_bundle.c     flags = pcmk__collective_action_flags(action, containers, node);
containers        737 lib/pacemaker/pcmk_sched_bundle.c     g_list_free(containers);
containers       1994 lib/pengine/bundle.c     GList *containers = NULL;
containers       2001 lib/pengine/bundle.c         containers = g_list_append(containers, replica->container);
containers       2003 lib/pengine/bundle.c     return containers;
containers       2014 lib/pengine/bundle.c     GList *containers = NULL;
containers       2037 lib/pengine/bundle.c             containers = g_list_append(containers, replica->container);
containers       2040 lib/pengine/bundle.c     if (containers == NULL) {
containers       2050 lib/pengine/bundle.c     if (pcmk__list_of_1(containers)) {
containers       2051 lib/pengine/bundle.c         container = containers->data;
containers       2054 lib/pengine/bundle.c         g_list_free(containers);
containers       2060 lib/pengine/bundle.c     for (iter = containers; iter != NULL; iter = iter->next) {
containers       2078 lib/pengine/bundle.c     g_list_free(containers);