containers        117 lib/pacemaker/pcmk_sched_bundle.c     GList *containers = NULL;
containers        132 lib/pacemaker/pcmk_sched_bundle.c     containers = g_list_sort(pe__bundle_containers(rsc), pcmk__cmp_instance);
containers        133 lib/pacemaker/pcmk_sched_bundle.c     pcmk__assign_instances(rsc, containers, pe__bundle_max(rsc),
containers        135 lib/pacemaker/pcmk_sched_bundle.c     g_list_free(containers);
containers        196 lib/pacemaker/pcmk_sched_bundle.c     GList *containers = NULL;
containers        203 lib/pacemaker/pcmk_sched_bundle.c     containers = pe__bundle_containers(rsc);
containers        204 lib/pacemaker/pcmk_sched_bundle.c     pcmk__create_instance_actions(rsc, containers);
containers        205 lib/pacemaker/pcmk_sched_bundle.c     g_list_free(containers);
containers        708 lib/pacemaker/pcmk_sched_bundle.c     GList *containers = NULL;
containers        733 lib/pacemaker/pcmk_sched_bundle.c     containers = pe__bundle_containers(action->rsc);
containers        734 lib/pacemaker/pcmk_sched_bundle.c     flags = pcmk__collective_action_flags(action, containers, node);
containers        735 lib/pacemaker/pcmk_sched_bundle.c     g_list_free(containers);
containers       1987 lib/pengine/bundle.c     GList *containers = NULL;
containers       1994 lib/pengine/bundle.c         containers = g_list_append(containers, replica->container);
containers       1996 lib/pengine/bundle.c     return containers;
containers       2007 lib/pengine/bundle.c     GList *containers = NULL;
containers       2030 lib/pengine/bundle.c             containers = g_list_append(containers, replica->container);
containers       2033 lib/pengine/bundle.c     if (containers == NULL) {
containers       2043 lib/pengine/bundle.c     if (pcmk__list_of_1(containers)) {
containers       2044 lib/pengine/bundle.c         container = containers->data;
containers       2047 lib/pengine/bundle.c         g_list_free(containers);
containers       2053 lib/pengine/bundle.c     for (iter = containers; iter != NULL; iter = iter->next) {
containers       2071 lib/pengine/bundle.c     g_list_free(containers);