Home
last modified time | relevance | path

Searched refs:hangcheck_tick (Results 1 – 1 of 1) sorted by relevance

/drivers/char/
Dhangcheck-timer.c46 static int hangcheck_tick = DEFAULT_IOFENCE_TICK; variable
52 module_param(hangcheck_tick, int, 0);
53 MODULE_PARM_DESC(hangcheck_tick, "Timer delay.");
73 hangcheck_tick = par; in hangcheck_parse_tick()
146 tsc_diff, tsc_diff - hangcheck_tick*TIMER_FREQ); in hangcheck_fire()
148 mod_timer(&hangcheck_ticktock, jiffies + (hangcheck_tick*HZ)); in hangcheck_fire()
156 VERSION_STR, hangcheck_tick, hangcheck_margin); in hangcheck_init()
158 (unsigned long long)hangcheck_margin + hangcheck_tick; in hangcheck_init()
162 mod_timer(&hangcheck_ticktock, jiffies + (hangcheck_tick*HZ)); in hangcheck_init()