Searched refs:current_pwq (Results 1 - 2 of 2) sorted by last modified time

/linux-master/kernel/
H A Dworkqueue.c1462 worker->current_pwq->stats[PWQ_STAT_CM_WAKEUP]++;
1477 struct pool_workqueue *pwq = worker->current_pwq;
2282 return worker && worker->current_pwq->wq == wq;
2363 if (worker && worker->current_pwq->wq == wq) {
2364 pwq = worker->current_pwq;
3196 worker->current_pwq = pwq;
3318 worker->current_pwq = NULL;
3741 WARN_ONCE(worker && ((worker->current_pwq->wq->flags &
3744 worker->current_pwq->wq->name, worker->current_func,
4176 pwq = worker->current_pwq;
[all...]
H A Dworkqueue_internal.h33 struct pool_workqueue *current_pwq; /* K: pwq */ member in struct:worker

Completed in 143 milliseconds