hangcheck_dump_tasks   49 drivers/char/hangcheck-timer.c static int hangcheck_dump_tasks;  /* Defaults to not dumping SysRQ T */
hangcheck_dump_tasks   58 drivers/char/hangcheck-timer.c module_param(hangcheck_dump_tasks, int, 0);
hangcheck_dump_tasks   59 drivers/char/hangcheck-timer.c MODULE_PARM_DESC(hangcheck_dump_tasks, "If nonzero, the machine will dump the system task state when the timer margin is exceeded.");
hangcheck_dump_tasks   97 drivers/char/hangcheck-timer.c 		hangcheck_dump_tasks = par;
hangcheck_dump_tasks  128 drivers/char/hangcheck-timer.c 		if (hangcheck_dump_tasks) {