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

/linux-4.1.27/kernel/
H A Dwatchdog.c251 static int is_softlockup(unsigned long touch_ts) is_softlockup() argument
257 if (time_after(now, touch_ts + get_softlockup_thresh())) is_softlockup()
258 return now - touch_ts; is_softlockup()
326 unsigned long touch_ts = __this_cpu_read(watchdog_touch_ts); watchdog_timer_fn() local
340 if (touch_ts == 0) { watchdog_timer_fn()
362 duration = is_softlockup(touch_ts); watchdog_timer_fn()

Completed in 149 milliseconds