Searched refs:current_pwq (Results 1 – 2 of 2) sorted by relevance
33 struct pool_workqueue *current_pwq; /* L: current_work's pwq */ member
1384 return worker && worker->current_pwq->wq == wq; in is_chained_work()1468 if (worker && worker->current_pwq->wq == wq) { in __queue_work()1469 pwq = worker->current_pwq; in __queue_work()2231 worker->current_pwq = pwq; in process_one_work()2338 worker->current_pwq = NULL; in process_one_work()2636 WARN_ONCE(worker && ((worker->current_pwq->wq->flags & in check_flush_dependency()2639 worker->current_pwq->wq->name, worker->current_func, in check_flush_dependency()3037 pwq = worker->current_pwq; in start_flush_work()4692 copy_from_kernel_nofault(&pwq, &worker->current_pwq, sizeof(pwq)); in print_worker_info()4743 if (worker->current_pwq == pwq) { in show_pwq()[all …]