Home
last modified time | relevance | path

Searched refs:ms_until_forced (Results 1 – 2 of 2) sorted by path

/linux/include/linux/
H A Dreboot.h180 void __hw_protection_shutdown(const char *reason, int ms_until_forced, bool shutdown);
182 static inline void hw_protection_reboot(const char *reason, int ms_until_forced) in hw_protection_reboot() argument
184 __hw_protection_shutdown(reason, ms_until_forced, false); in hw_protection_reboot()
187 static inline void hw_protection_shutdown(const char *reason, int ms_until_forced) in hw_protection_shutdown() argument
189 __hw_protection_shutdown(reason, ms_until_forced, true); in hw_protection_shutdown()
/linux/kernel/
H A Dreboot.c990 void __hw_protection_shutdown(const char *reason, int ms_until_forced, bool shutdown) in __hw_protection_shutdown() argument
1004 hw_failure_emergency_poweroff(ms_until_forced); in __hw_protection_shutdown()