restart_target_active 1651 tools/crm_resource_runtime.c     GList *restart_target_active = NULL;
restart_target_active 1748 tools/crm_resource_runtime.c     restart_target_active = get_active_resources(host,
restart_target_active 1789 tools/crm_resource_runtime.c         if (restart_target_active != NULL) {
restart_target_active 1790 tools/crm_resource_runtime.c             g_list_free_full(restart_target_active, free);
restart_target_active 1791 tools/crm_resource_runtime.c             restart_target_active = NULL;
restart_target_active 1882 tools/crm_resource_runtime.c     target_active = restart_target_active;
restart_target_active 1962 tools/crm_resource_runtime.c     if (target_active != NULL && (target_active != restart_target_active)) {
restart_target_active 1965 tools/crm_resource_runtime.c     if (restart_target_active != NULL) {
restart_target_active 1966 tools/crm_resource_runtime.c         g_list_free_full(restart_target_active, free);