restart_target_active 1459 tools/crm_resource_runtime.c     GList *restart_target_active = NULL;
restart_target_active 1556 tools/crm_resource_runtime.c     restart_target_active = get_active_resources(host, scheduler->resources);
restart_target_active 1586 tools/crm_resource_runtime.c         if (restart_target_active != NULL) {
restart_target_active 1587 tools/crm_resource_runtime.c             g_list_free_full(restart_target_active, free);
restart_target_active 1588 tools/crm_resource_runtime.c             restart_target_active = NULL;
restart_target_active 1674 tools/crm_resource_runtime.c     target_active = restart_target_active;
restart_target_active 1751 tools/crm_resource_runtime.c     if (target_active != NULL && (target_active != restart_target_active)) {
restart_target_active 1754 tools/crm_resource_runtime.c     if (restart_target_active != NULL) {
restart_target_active 1755 tools/crm_resource_runtime.c         g_list_free_full(restart_target_active, free);