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 684 lib/pacemaker/pcmk_sched_bundle.c GList *containers = NULL; containers 710 lib/pacemaker/pcmk_sched_bundle.c containers = pe__bundle_containers(action->rsc); containers 711 lib/pacemaker/pcmk_sched_bundle.c flags = pcmk__collective_action_flags(action, containers, node); containers 712 lib/pacemaker/pcmk_sched_bundle.c g_list_free(containers); containers 2115 lib/pengine/bundle.c GList *containers = NULL; containers 2122 lib/pengine/bundle.c containers = g_list_append(containers, replica->container); containers 2124 lib/pengine/bundle.c return containers; containers 2135 lib/pengine/bundle.c GList *containers = NULL; containers 2158 lib/pengine/bundle.c containers = g_list_append(containers, replica->container); containers 2161 lib/pengine/bundle.c if (containers == NULL) { containers 2171 lib/pengine/bundle.c if (pcmk__list_of_1(containers)) { containers 2172 lib/pengine/bundle.c container = containers->data; containers 2174 lib/pengine/bundle.c g_list_free(containers); containers 2180 lib/pengine/bundle.c for (iter = containers; iter != NULL; iter = iter->next) { containers 2198 lib/pengine/bundle.c g_list_free(containers);