Home
last modified time | relevance | path

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

/kernel/
Dwatchdog.c314 static int is_softlockup(unsigned long touch_ts, in is_softlockup() argument
321 return now - touch_ts; in is_softlockup()
365 unsigned long touch_ts, period_ts, now; in watchdog_timer_fn() local
421 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()