Searched refs:hangcheck_dump_tasks (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.c62 static int hangcheck_dump_tasks; /* Defaults to not dumping SysRQ T */ variable
71 module_param(hangcheck_dump_tasks, int, 0);
72 MODULE_PARM_DESC(hangcheck_dump_tasks, "If nonzero, the machine will dump the system task state when the timer margin is exceeded.");
110 hangcheck_dump_tasks = par;
159 if (hangcheck_dump_tasks) {

Completed in 46 milliseconds