Searched refs:touch_ts (Results 1 – 1 of 1) sorted by relevance
305 static int is_softlockup(unsigned long touch_ts, in is_softlockup() argument312 return now - touch_ts; in is_softlockup()356 unsigned long touch_ts, period_ts, now; in watchdog_timer_fn() local412 touch_ts = __this_cpu_read(watchdog_touch_ts); in watchdog_timer_fn()413 duration = is_softlockup(touch_ts, period_ts, now); in watchdog_timer_fn()
Completed in 4 milliseconds