Searched refs:max_thermal_shutdown_timeout (Results 1 – 1 of 1) sorted by relevance
362 constexpr unsigned int max_thermal_shutdown_timeout = 3; in DoReboot() local365 if (is_thermal_shutdown && shutdown_timeout_final > max_thermal_shutdown_timeout) { in DoReboot()366 shutdown_timeout_final = max_thermal_shutdown_timeout; in DoReboot()