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.c1458 worker->current_pwq->stats[PWQ_STAT_CM_WAKEUP]++;
1473 struct pool_workqueue *pwq = worker->current_pwq;
2269 return worker && worker->current_pwq->wq == wq;
2350 if (worker && worker->current_pwq->wq == wq) {
2351 pwq = worker->current_pwq;
3183 worker->current_pwq = pwq;
3305 worker->current_pwq = NULL;
3728 WARN_ONCE(worker && ((worker->current_pwq->wq->flags &
3731 worker->current_pwq->wq->name, worker->current_func,
4163 pwq = worker->current_pwq;
[all...]

Completed in 115 milliseconds