Searched refs:last_pool (Results 1 – 1 of 1) sorted by relevance
1399 struct worker_pool *last_pool; in __queue_work() local1434 last_pool = get_work_pool(work); in __queue_work()1435 if (last_pool && last_pool != pwq->pool) { in __queue_work()1438 spin_lock(&last_pool->lock); in __queue_work()1440 worker = find_worker_executing_work(last_pool, work); in __queue_work()1446 spin_unlock(&last_pool->lock); in __queue_work()