Home
last modified time | relevance | path

Searched refs:hangcheck_reboot (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/char/
H A Dhangcheck-timer.c48 static int hangcheck_reboot; /* Defaults to not reboot */ variable
56 module_param(hangcheck_reboot, int, 0);
57 MODULE_PARM_DESC(hangcheck_reboot, "If nonzero, the machine will reboot when the timer margin is exceeded.");
89 hangcheck_reboot = par; in hangcheck_parse_reboot()
134 if (hangcheck_reboot) { in hangcheck_fire()
/kernel/linux/linux-6.6/drivers/char/
H A Dhangcheck-timer.c48 static int hangcheck_reboot; /* Defaults to not reboot */ variable
56 module_param(hangcheck_reboot, int, 0);
57 MODULE_PARM_DESC(hangcheck_reboot, "If nonzero, the machine will reboot when the timer margin is exceeded.");
89 hangcheck_reboot = par; in hangcheck_parse_reboot()
134 if (hangcheck_reboot) { in hangcheck_fire()

Completed in 1 milliseconds