Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dreboot.h194 void __hw_protection_trigger(const char *reason, int ms_until_forced,
209 static inline void hw_protection_trigger(const char *reason, int ms_until_forced) in hw_protection_trigger() argument
211 __hw_protection_trigger(reason, ms_until_forced, HWPROT_ACT_DEFAULT); in hw_protection_trigger()
/linux-6.15/kernel/
H A Dreboot.c1028 void __hw_protection_trigger(const char *reason, int ms_until_forced, in __hw_protection_trigger() argument
1047 hw_failure_emergency_schedule(action, ms_until_forced); in __hw_protection_trigger()