Home
last modified time | relevance | path

Searched refs:HWPROT_ACT_REBOOT (Results 1 – 3 of 3) sorted by relevance

/linux/kernel/ !
H A Dreboot.c946 case HWPROT_ACT_REBOOT: in hw_protection_action_str()
977 if (hw_failure_emergency_action == HWPROT_ACT_REBOOT) in hw_failure_emergency_action_func()
1048 if (action == HWPROT_ACT_REBOOT) in __hw_protection_trigger()
1061 *action = HWPROT_ACT_REBOOT; in hw_protection_action_parse()
/linux/include/linux/ !
H A Dreboot.h192 enum hw_protection_action { HWPROT_ACT_DEFAULT, HWPROT_ACT_SHUTDOWN, HWPROT_ACT_REBOOT }; enumerator
/linux/drivers/thermal/ !
H A Dthermal_core.c402 thermal_zone_device_halt(tz, HWPROT_ACT_REBOOT); in thermal_zone_device_critical_reboot()