Home
last modified time | relevance | path

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

/kernel/
Dworkqueue.c5738 unsigned long pool_ts, touched, ts; in wq_watchdog_timer_fn() local
5745 touched = READ_ONCE(wq_watchdog_touched); in wq_watchdog_timer_fn()
5747 if (time_after(pool_ts, touched)) in wq_watchdog_timer_fn()
5750 ts = touched; in wq_watchdog_timer_fn()