Home
last modified time | relevance | path

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

/kernel/
Dworkqueue.c5854 unsigned long pool_ts, touched, ts; in wq_watchdog_timer_fn() local
5867 touched = READ_ONCE(per_cpu(wq_watchdog_touched_cpu, pool->cpu)); in wq_watchdog_timer_fn()
5869 touched = READ_ONCE(wq_watchdog_touched); in wq_watchdog_timer_fn()
5872 if (time_after(pool_ts, touched)) in wq_watchdog_timer_fn()
5875 ts = touched; in wq_watchdog_timer_fn()