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

/linux-master/kernel/
H A Dworkqueue_internal.h33 struct pool_workqueue *current_pwq; /* K: pwq */ member in struct:worker
H A Dworkqueue.c1453 worker->current_pwq->stats[PWQ_STAT_CM_WAKEUP]++;
1468 struct pool_workqueue *pwq = worker->current_pwq;
2228 return worker && worker->current_pwq->wq == wq;
2309 if (worker && worker->current_pwq->wq == wq) {
2310 pwq = worker->current_pwq;
3160 worker->current_pwq = pwq;
3282 worker->current_pwq = NULL;
3706 WARN_ONCE(worker && ((worker->current_pwq->wq->flags &
3709 worker->current_pwq->wq->name, worker->current_func,
4139 pwq = worker->current_pwq;
[all...]

Completed in 231 milliseconds