Home
last modified time | relevance | path

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

/openbmc/linux/kernel/
H A Dworkqueue_internal.h33 struct pool_workqueue *current_pwq; /* K: pwq */ member
H A Dworkqueue.c1316 worker->current_pwq->stats[PWQ_STAT_CM_WAKEUP]++; in wq_worker_sleeping()
1331 struct pool_workqueue *pwq = worker->current_pwq; in wq_worker_tick()
1672 return worker && worker->current_pwq->wq == wq; in is_chained_work()
1754 if (worker && worker->current_pwq->wq == wq) { in __queue_work()
1755 pwq = worker->current_pwq; in __queue_work()
2565 worker->current_pwq = pwq; in process_one_work()
2676 worker->current_pwq = NULL; in process_one_work()
2964 WARN_ONCE(worker && ((worker->current_pwq->wq->flags & in check_flush_dependency()
3364 pwq = worker->current_pwq; in start_flush_work()
5147 if (worker->current_pwq == pwq) { in show_pwq()
[all …]