containers 47 lib/pacemaker/pcmk_sched_bundle.c GList *containers = NULL; containers 55 lib/pacemaker/pcmk_sched_bundle.c containers = pe__bundle_containers(rsc); containers 60 lib/pacemaker/pcmk_sched_bundle.c containers = g_list_sort(containers, pcmk__cmp_instance); containers 61 lib/pacemaker/pcmk_sched_bundle.c pcmk__assign_instances(rsc, containers, bundle_data->nreplicas, containers 63 lib/pacemaker/pcmk_sched_bundle.c g_list_free(containers); containers 144 lib/pacemaker/pcmk_sched_bundle.c GList *containers = NULL; containers 149 lib/pacemaker/pcmk_sched_bundle.c containers = pe__bundle_containers(rsc); containers 167 lib/pacemaker/pcmk_sched_bundle.c pcmk__create_instance_actions(rsc, containers); containers 185 lib/pacemaker/pcmk_sched_bundle.c g_list_free(containers); containers 551 lib/pacemaker/pcmk_sched_bundle.c GList *containers = NULL; containers 574 lib/pacemaker/pcmk_sched_bundle.c containers = pe__bundle_containers(action->rsc); containers 575 lib/pacemaker/pcmk_sched_bundle.c flags = pcmk__collective_action_flags(action, containers, node); containers 576 lib/pacemaker/pcmk_sched_bundle.c g_list_free(containers); containers 1918 lib/pengine/bundle.c GList *containers = NULL; containers 1925 lib/pengine/bundle.c containers = g_list_append(containers, replica->container); containers 1927 lib/pengine/bundle.c return containers; containers 1938 lib/pengine/bundle.c GList *containers = NULL; containers 1961 lib/pengine/bundle.c containers = g_list_append(containers, replica->container); containers 1964 lib/pengine/bundle.c if (containers == NULL) { containers 1974 lib/pengine/bundle.c if (pcmk__list_of_1(containers)) { containers 1975 lib/pengine/bundle.c container = containers->data; containers 1977 lib/pengine/bundle.c g_list_free(containers); containers 1983 lib/pengine/bundle.c for (iter = containers; iter != NULL; iter = iter->next) { containers 2001 lib/pengine/bundle.c g_list_free(containers);