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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/
H A Dhangcheck-timer.c30 * duration in seconds. The hangcheck_margin parameter defines the
59 static int hangcheck_margin = DEFAULT_IOFENCE_MARGIN; variable
66 module_param(hangcheck_margin, int, 0);
67 MODULE_PARM_DESC(hangcheck_margin, "If the hangcheck timer has been delayed more than hangcheck_margin seconds, the driver will fire.");
93 hangcheck_margin = par;
179 VERSION_STR, hangcheck_tick, hangcheck_margin);
186 (unsigned long long)(hangcheck_margin + hangcheck_tick);

Completed in 90 milliseconds