Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/char/
H A Dhangcheck-timer.c49 static int hangcheck_dump_tasks; /* Defaults to not dumping SysRQ T */ variable
58 module_param(hangcheck_dump_tasks, int, 0);
59 MODULE_PARM_DESC(hangcheck_dump_tasks, "If nonzero, the machine will dump the system task state when the timer margin is exceeded.");
97 hangcheck_dump_tasks = par; in hangcheck_parse_dump_tasks()
128 if (hangcheck_dump_tasks) { in hangcheck_fire()
/kernel/linux/linux-6.6/drivers/char/
H A Dhangcheck-timer.c49 static int hangcheck_dump_tasks; /* Defaults to not dumping SysRQ T */ variable
58 module_param(hangcheck_dump_tasks, int, 0);
59 MODULE_PARM_DESC(hangcheck_dump_tasks, "If nonzero, the machine will dump the system task state when the timer margin is exceeded.");
97 hangcheck_dump_tasks = par; in hangcheck_parse_dump_tasks()
128 if (hangcheck_dump_tasks) { in hangcheck_fire()

Completed in 2 milliseconds