Searched refs:pool_ts (Results 1 – 1 of 1) sorted by relevance
5906 unsigned long pool_ts, touched, ts; in wq_watchdog_timer_fn() local5922 pool_ts = READ_ONCE(pool->watchdog_ts); in wq_watchdog_timer_fn()5924 if (time_after(pool_ts, touched)) in wq_watchdog_timer_fn()5925 ts = pool_ts; in wq_watchdog_timer_fn()5935 jiffies_to_msecs(now - pool_ts) / 1000); in wq_watchdog_timer_fn()5936 trace_android_vh_wq_lockup_pool(pool->cpu, pool_ts); in wq_watchdog_timer_fn()