Searched refs:shutdown_time (Results 1 – 1 of 1) sorted by relevance
100 static time_t shutdown_time; /* Time for next shutdown check */ variable511 if (shutdown_time <= now && shutdown_time != 0) in alarm_handler()615 shutdown_time = 0; in check_shutdown()721 shutdown_time = *now + 180; in check_shutdown()747 shutdown_time = *now + in check_shutdown()752 shutdown_time = *now + 300; in check_shutdown()755 shutdown_time = *now + next_time; in check_shutdown()757 shutdown_time = s + DAYS_TO_SECS; in check_shutdown()759 shutdown_time = s; in check_shutdown()972 max_time = MAX(checkidle_time, shutdown_time); in set_alarm()[all …]