restart_target_active 1289 tools/crm_resource_runtime.c     GList *restart_target_active = NULL;
restart_target_active 1379 tools/crm_resource_runtime.c     restart_target_active = get_active_resources(host, data_set->resources);
restart_target_active 1409 tools/crm_resource_runtime.c         if (restart_target_active != NULL) {
restart_target_active 1410 tools/crm_resource_runtime.c             g_list_free_full(restart_target_active, free);
restart_target_active 1411 tools/crm_resource_runtime.c             restart_target_active = NULL;
restart_target_active 1497 tools/crm_resource_runtime.c     target_active = restart_target_active;
restart_target_active 1573 tools/crm_resource_runtime.c     if (target_active != NULL && (target_active != restart_target_active)) {
restart_target_active 1576 tools/crm_resource_runtime.c     if (restart_target_active != NULL) {
restart_target_active 1577 tools/crm_resource_runtime.c         g_list_free_full(restart_target_active, free);