Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/char/
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 whe…
110 hangcheck_dump_tasks = par; in hangcheck_parse_dump_tasks()
141 if (hangcheck_dump_tasks) { in hangcheck_fire()