Home
last modified time | relevance | path

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

/linux/kernel/
A 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/drivers/thermal/
A 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()

Completed in 11 milliseconds