Home
last modified time | relevance | path

Searched refs:current_pwq (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/kernel/
Dworkqueue_internal.h33 struct pool_workqueue *current_pwq; /* K: pwq */ member
Dworkqueue.c1312 worker->current_pwq->stats[PWQ_STAT_CM_WAKEUP]++; in wq_worker_sleeping()
1327 struct pool_workqueue *pwq = worker->current_pwq; in wq_worker_tick()
1668 return worker && worker->current_pwq->wq == wq; in is_chained_work()
1750 if (worker && worker->current_pwq->wq == wq) { in __queue_work()
1751 pwq = worker->current_pwq; in __queue_work()
2561 worker->current_pwq = pwq; in process_one_work()
2672 worker->current_pwq = NULL; in process_one_work()
2960 WARN_ONCE(worker && ((worker->current_pwq->wq->flags & in check_flush_dependency()
2963 worker->current_pwq->wq->name, worker->current_func, in check_flush_dependency()
3360 pwq = worker->current_pwq; in start_flush_work()
[all …]