Searched refs:ms_until_forced (Results 1 – 1 of 1) sorted by relevance
180 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() argument184 __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() argument189 __hw_protection_shutdown(reason, ms_until_forced, true); in hw_protection_shutdown()