Lines Matching defs:hangcheck_tick
16 * margin of error. The hangcheck_tick module parameter takes the timer
46 static int hangcheck_tick = DEFAULT_IOFENCE_TICK;
52 module_param(hangcheck_tick, int, 0);
53 MODULE_PARM_DESC(hangcheck_tick, "Timer delay.");
73 hangcheck_tick = par;
146 tsc_diff, tsc_diff - hangcheck_tick*TIMER_FREQ);
148 mod_timer(&hangcheck_ticktock, jiffies + (hangcheck_tick*HZ));
156 VERSION_STR, hangcheck_tick, hangcheck_margin);
158 (unsigned long long)hangcheck_margin + hangcheck_tick;
162 mod_timer(&hangcheck_ticktock, jiffies + (hangcheck_tick*HZ));