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

/linux-4.4.14/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; hangcheck_parse_dump_tasks()
141 if (hangcheck_dump_tasks) { hangcheck_fire()

Completed in 35 milliseconds