containers        114 lib/pacemaker/pcmk_sched_bundle.c     GList *containers = NULL;
containers        128 lib/pacemaker/pcmk_sched_bundle.c     containers = g_list_sort(pe__bundle_containers(rsc), pcmk__cmp_instance);
containers        129 lib/pacemaker/pcmk_sched_bundle.c     pcmk__assign_instances(rsc, containers, pe__bundle_max(rsc),
containers        131 lib/pacemaker/pcmk_sched_bundle.c     g_list_free(containers);
containers        191 lib/pacemaker/pcmk_sched_bundle.c     GList *containers = NULL;
containers        198 lib/pacemaker/pcmk_sched_bundle.c     containers = pe__bundle_containers(rsc);
containers        199 lib/pacemaker/pcmk_sched_bundle.c     pcmk__create_instance_actions(rsc, containers);
containers        200 lib/pacemaker/pcmk_sched_bundle.c     g_list_free(containers);
containers        692 lib/pacemaker/pcmk_sched_bundle.c     GList *containers = NULL;
containers        717 lib/pacemaker/pcmk_sched_bundle.c     containers = pe__bundle_containers(action->rsc);
containers        718 lib/pacemaker/pcmk_sched_bundle.c     flags = pcmk__collective_action_flags(action, containers, node);
containers        719 lib/pacemaker/pcmk_sched_bundle.c     g_list_free(containers);
containers       2170 lib/pengine/bundle.c     GList *containers = NULL;
containers       2177 lib/pengine/bundle.c         containers = g_list_append(containers, replica->container);
containers       2179 lib/pengine/bundle.c     return containers;
containers       2190 lib/pengine/bundle.c     GList *containers = NULL;
containers       2213 lib/pengine/bundle.c             containers = g_list_append(containers, replica->container);
containers       2216 lib/pengine/bundle.c     if (containers == NULL) {
containers       2226 lib/pengine/bundle.c     if (pcmk__list_of_1(containers)) {
containers       2227 lib/pengine/bundle.c         container = containers->data;
containers       2229 lib/pengine/bundle.c         g_list_free(containers);
containers       2235 lib/pengine/bundle.c     for (iter = containers; iter != NULL; iter = iter->next) {
containers       2253 lib/pengine/bundle.c     g_list_free(containers);