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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dhangcheck-timer.c61 static int hangcheck_reboot; /* Defaults to not reboot */ variable
69 module_param(hangcheck_reboot, int, 0);
70 MODULE_PARM_DESC(hangcheck_reboot, "If nonzero, the machine will reboot when the timer margin is exceeded.");
102 hangcheck_reboot = par;
165 if (hangcheck_reboot) {

Completed in 102 milliseconds