Searched refs:hangcheck_tick (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.c29 * margin of error. The hangcheck_tick module parameter takes the timer
59 static int hangcheck_tick = DEFAULT_IOFENCE_TICK; variable
65 module_param(hangcheck_tick, int, 0);
66 MODULE_PARM_DESC(hangcheck_tick, "Timer delay.");
86 hangcheck_tick = par;
172 mod_timer(&hangcheck_ticktock, jiffies + (hangcheck_tick*HZ));
180 VERSION_STR, hangcheck_tick, hangcheck_margin);
187 (unsigned long long)(hangcheck_margin + hangcheck_tick);
191 mod_timer(&hangcheck_ticktock, jiffies + (hangcheck_tick*HZ));

Completed in 104 milliseconds