Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/trace/hooks/
H A Dwqlockup.h15 TP_PROTO(int cpu, unsigned long pool_ts),
16 TP_ARGS(cpu, pool_ts));
/OK3568_Linux_fs/kernel/kernel/
H A Dworkqueue.c5820 unsigned long pool_ts, touched, ts; in wq_watchdog_timer_fn() local
5832 pool_ts = READ_ONCE(pool->watchdog_ts); in wq_watchdog_timer_fn()
5835 if (time_after(pool_ts, touched)) in wq_watchdog_timer_fn()
5836 ts = pool_ts; in wq_watchdog_timer_fn()
5854 jiffies_to_msecs(now - pool_ts) / 1000); in wq_watchdog_timer_fn()
5855 trace_android_vh_wq_lockup_pool(pool->cpu, pool_ts); in wq_watchdog_timer_fn()