Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/char/
H A Dhangcheck-timer.c17 * duration in seconds. The hangcheck_margin parameter defines the
47 static int hangcheck_margin = DEFAULT_IOFENCE_MARGIN; variable
54 module_param(hangcheck_margin, int, 0);
55 MODULE_PARM_DESC(hangcheck_margin, "If the hangcheck timer has been delayed more than hangcheck_margin seconds, the driver will fire.");
81 hangcheck_margin = par; in hangcheck_parse_margin()
156 VERSION_STR, hangcheck_tick, hangcheck_margin); in hangcheck_init()
158 (unsigned long long)hangcheck_margin + hangcheck_tick; in hangcheck_init()
/kernel/linux/linux-6.6/drivers/char/
H A Dhangcheck-timer.c17 * duration in seconds. The hangcheck_margin parameter defines the
47 static int hangcheck_margin = DEFAULT_IOFENCE_MARGIN; variable
54 module_param(hangcheck_margin, int, 0);
55 MODULE_PARM_DESC(hangcheck_margin, "If the hangcheck timer has been delayed more than hangcheck_margin seconds, the driver will fire.");
81 hangcheck_margin = par; in hangcheck_parse_margin()
156 VERSION_STR, hangcheck_tick, hangcheck_margin); in hangcheck_init()
158 (unsigned long long)hangcheck_margin + hangcheck_tick; in hangcheck_init()

Completed in 1 milliseconds