Home
last modified time | relevance | path

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

/linux/kernel/
H A Dwatchdog.c621 static int is_softlockup(unsigned long touch_ts, in is_softlockup() argument
640 return now - touch_ts; in is_softlockup()
669 unsigned long touch_ts, period_ts, now; in watchdog_timer_fn() local
727 touch_ts = __this_cpu_read(watchdog_touch_ts); in watchdog_timer_fn()
728 duration = is_softlockup(touch_ts, period_ts, now); in watchdog_timer_fn()