Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/
Dworkqueue.c5536 unsigned long pool_ts, touched, ts; in wq_watchdog_timer_fn() local
5542 pool_ts = READ_ONCE(pool->watchdog_ts); in wq_watchdog_timer_fn()
5545 if (time_after(pool_ts, touched)) in wq_watchdog_timer_fn()
5546 ts = pool_ts; in wq_watchdog_timer_fn()
5564 jiffies_to_msecs(jiffies - pool_ts) / 1000); in wq_watchdog_timer_fn()