Home
last modified time | relevance | path

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

/linux/kernel/
H A Dwatchdog.c630 static int is_softlockup(unsigned long touch_ts, in is_softlockup() argument
653 scx_softlockup(now - touch_ts); in is_softlockup()
657 return now - touch_ts; in is_softlockup()
686 unsigned long touch_ts, period_ts, now; in watchdog_timer_fn() local
744 touch_ts = __this_cpu_read(watchdog_touch_ts); in watchdog_timer_fn()
745 duration = is_softlockup(touch_ts, period_ts, now); in watchdog_timer_fn()
H A Dworkqueue.c7610 unsigned long touch_ts = READ_ONCE(wq_watchdog_touched); in wq_watchdog_touch() local
7619 if (time_after(now, touch_ts + thresh / 4)) in wq_watchdog_touch()