Searched refs:last_pool (Results 1 – 1 of 1) sorted by relevance
2239 struct worker_pool *last_pool, *pool; in __queue_work() local2281 last_pool = get_work_pool(work); in __queue_work()2282 if (last_pool && last_pool != pool && !(wq->flags & __WQ_ORDERED)) { in __queue_work()2285 raw_spin_lock(&last_pool->lock); in __queue_work()2287 worker = find_worker_executing_work(last_pool, work); in __queue_work()2292 WARN_ON_ONCE(pool != last_pool); in __queue_work()2295 raw_spin_unlock(&last_pool->lock); in __queue_work()