Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/char/
Dhangcheck-timer.c59 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; in hangcheck_parse_tick()
159 tsc_diff, tsc_diff - hangcheck_tick*TIMER_FREQ); in hangcheck_fire()
161 mod_timer(&hangcheck_ticktock, jiffies + (hangcheck_tick*HZ)); in hangcheck_fire()
169 VERSION_STR, hangcheck_tick, hangcheck_margin); in hangcheck_init()
171 (unsigned long long)hangcheck_margin + hangcheck_tick; in hangcheck_init()
175 mod_timer(&hangcheck_ticktock, jiffies + (hangcheck_tick*HZ)); in hangcheck_init()