current_active   1093 tools/crm_resource_runtime.c     GList *current_active = NULL;
current_active   1144 tools/crm_resource_runtime.c     current_active = get_active_resources(host, data_set.resources);
current_active   1146 tools/crm_resource_runtime.c     dump_list(current_active, "Origin");
current_active   1169 tools/crm_resource_runtime.c         if (current_active) {
current_active   1170 tools/crm_resource_runtime.c             g_list_free_full(current_active, free);
current_active   1188 tools/crm_resource_runtime.c     list_delta = subtract_lists(current_active, target_active);
current_active   1212 tools/crm_resource_runtime.c             if (current_active) {
current_active   1213 tools/crm_resource_runtime.c                 g_list_free_full(current_active, free);
current_active   1215 tools/crm_resource_runtime.c             current_active = get_active_resources(host, data_set.resources);
current_active   1217 tools/crm_resource_runtime.c             list_delta = subtract_lists(current_active, target_active);
current_active   1218 tools/crm_resource_runtime.c             dump_list(current_active, "Current");
current_active   1262 tools/crm_resource_runtime.c     list_delta = subtract_lists(target_active, current_active);
current_active   1288 tools/crm_resource_runtime.c             if (current_active) {
current_active   1289 tools/crm_resource_runtime.c                 g_list_free_full(current_active, free);
current_active   1295 tools/crm_resource_runtime.c             current_active = get_active_resources(NULL, data_set.resources);
current_active   1297 tools/crm_resource_runtime.c             list_delta = subtract_lists(target_active, current_active);
current_active   1298 tools/crm_resource_runtime.c             dump_list(current_active, "Current");
current_active   1332 tools/crm_resource_runtime.c     if (current_active) {
current_active   1333 tools/crm_resource_runtime.c         g_list_free_full(current_active, free);