restart_target_active 1344 tools/crm_resource_runtime.c     GList *restart_target_active = NULL;
restart_target_active 1434 tools/crm_resource_runtime.c     restart_target_active = get_active_resources(host, data_set->resources);
restart_target_active 1464 tools/crm_resource_runtime.c         if (restart_target_active != NULL) {
restart_target_active 1465 tools/crm_resource_runtime.c             g_list_free_full(restart_target_active, free);
restart_target_active 1466 tools/crm_resource_runtime.c             restart_target_active = NULL;
restart_target_active 1552 tools/crm_resource_runtime.c     target_active = restart_target_active;
restart_target_active 1628 tools/crm_resource_runtime.c     if (target_active != NULL && (target_active != restart_target_active)) {
restart_target_active 1631 tools/crm_resource_runtime.c     if (restart_target_active != NULL) {
restart_target_active 1632 tools/crm_resource_runtime.c         g_list_free_full(restart_target_active, free);