Home
last modified time | relevance | path

Searched refs:poweroff_delay_ms (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/kernel/
Dreboot.c947 static void hw_failure_emergency_poweroff(int poweroff_delay_ms) in hw_failure_emergency_poweroff() argument
949 if (poweroff_delay_ms <= 0) in hw_failure_emergency_poweroff()
952 msecs_to_jiffies(poweroff_delay_ms)); in hw_failure_emergency_poweroff()
/linux-6.1.9/drivers/thermal/
Dthermal_core.c320 int poweroff_delay_ms = CONFIG_THERMAL_EMERGENCY_POWEROFF_DELAY_MS; in thermal_zone_device_critical() local
325 hw_protection_shutdown("Temperature too high", poweroff_delay_ms); in thermal_zone_device_critical()