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       2171 lib/pengine/bundle.c     GList *containers = NULL;
containers       2178 lib/pengine/bundle.c         containers = g_list_append(containers, replica->container);
containers       2180 lib/pengine/bundle.c     return containers;
containers       2191 lib/pengine/bundle.c     GList *containers = NULL;
containers       2214 lib/pengine/bundle.c             containers = g_list_append(containers, replica->container);
containers       2217 lib/pengine/bundle.c     if (containers == NULL) {
containers       2227 lib/pengine/bundle.c     if (pcmk__list_of_1(containers)) {
containers       2228 lib/pengine/bundle.c         container = containers->data;
containers       2230 lib/pengine/bundle.c         g_list_free(containers);
containers       2236 lib/pengine/bundle.c     for (iter = containers; iter != NULL; iter = iter->next) {
containers       2254 lib/pengine/bundle.c     g_list_free(containers);