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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dhangcheck-timer.c30 * duration in seconds. The hangcheck_margin parameter defines the
60 static int hangcheck_margin = DEFAULT_IOFENCE_MARGIN; variable
67 module_param(hangcheck_margin, int, 0);
68 MODULE_PARM_DESC(hangcheck_margin, "If the hangcheck timer has been delayed more than hangcheck_margin seconds, the driver will fire.");
94 hangcheck_margin = par;
180 VERSION_STR, hangcheck_tick, hangcheck_margin);
187 (unsigned long long)(hangcheck_margin + hangcheck_tick);

Completed in 97 milliseconds