last_pool 1399 kernel/workqueue.c struct worker_pool *last_pool; last_pool 1436 kernel/workqueue.c last_pool = get_work_pool(work); last_pool 1437 kernel/workqueue.c if (last_pool && last_pool != pwq->pool) { last_pool 1440 kernel/workqueue.c spin_lock(&last_pool->lock); last_pool 1442 kernel/workqueue.c worker = find_worker_executing_work(last_pool, work); last_pool 1448 kernel/workqueue.c spin_unlock(&last_pool->lock);