Searched refs:touch_ts (Results 1 – 1 of 1) sorted by relevance
314 static int is_softlockup(unsigned long touch_ts, in is_softlockup() argument321 return now - touch_ts; in is_softlockup()365 unsigned long touch_ts, period_ts, now; in watchdog_timer_fn() local421 touch_ts = __this_cpu_read(watchdog_touch_ts); in watchdog_timer_fn()422 duration = is_softlockup(touch_ts, period_ts, now); in watchdog_timer_fn()