Searched refs:current_pwq (Results 1 – 2 of 2) sorted by relevance
31 struct pool_workqueue *current_pwq; /* L: current_work's pwq */ member
1338 return worker && worker->current_pwq->wq == wq; in is_chained_work()1387 if (worker && worker->current_pwq->wq == wq) { in __queue_work()1388 pwq = worker->current_pwq; in __queue_work()2039 worker->current_pwq = pwq; in process_one_work()2114 worker->current_pwq = NULL; in process_one_work()2743 pwq = worker->current_pwq; in start_flush_work()4210 probe_kernel_read(&pwq, &worker->current_pwq, sizeof(pwq)); in print_worker_info()4264 if (worker->current_pwq == pwq) { in show_pwq()4274 if (worker->current_pwq != pwq) in show_pwq()