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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/
H A Dhangcheck-timer.c61 static int hangcheck_dump_tasks; /* Defaults to not dumping SysRQ T */ variable
70 module_param(hangcheck_dump_tasks, int, 0);
71 MODULE_PARM_DESC(hangcheck_dump_tasks, "If nonzero, the machine will dump the system task state when the timer margin is exceeded.");
109 hangcheck_dump_tasks = par;
158 if (hangcheck_dump_tasks) {

Completed in 41 milliseconds