Home
last modified time | relevance | path

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

/Linux-v6.6/kernel/
Dwatchdog.c405 static int is_softlockup(unsigned long touch_ts, in is_softlockup() argument
412 return now - touch_ts; in is_softlockup()
440 unsigned long touch_ts, period_ts, now; in watchdog_timer_fn() local
495 touch_ts = __this_cpu_read(watchdog_touch_ts); in watchdog_timer_fn()
496 duration = is_softlockup(touch_ts, period_ts, now); in watchdog_timer_fn()