Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/
Dreboot.c964 static void hw_failure_emergency_poweroff(int poweroff_delay_ms) in hw_failure_emergency_poweroff() argument
966 if (poweroff_delay_ms <= 0) in hw_failure_emergency_poweroff()
969 msecs_to_jiffies(poweroff_delay_ms)); in hw_failure_emergency_poweroff()
/linux-6.12.1/drivers/thermal/
Dthermal_core.c391 int poweroff_delay_ms = CONFIG_THERMAL_EMERGENCY_POWEROFF_DELAY_MS; in thermal_zone_device_halt() local
397 hw_protection_shutdown(msg, poweroff_delay_ms); in thermal_zone_device_halt()
399 hw_protection_reboot(msg, poweroff_delay_ms); in thermal_zone_device_halt()