Home
last modified time | relevance | path

Searched refs:pwqs (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/tools/workqueue/
Dwq_monitor.py82 for pwq in list_for_each_entry('struct pool_workqueue', wq.pwqs.address_of_(), 'pwqs_node'):
/Linux-v6.6/kernel/
Dworkqueue.c286 struct list_head pwqs; /* WR: all pwqs of this wq */ member
507 list_for_each_entry_rcu((pwq), &(wq)->pwqs, pwqs_node, \
4120 is_last = list_empty(&wq->pwqs); in pwq_release_workfn()
4222 list_add_rcu(&pwq->pwqs_node, &wq->pwqs); in link_pwq()
4437 if (!list_empty(&wq->pwqs)) { in apply_workqueue_attrs_locked()
4595 WARN(!ret && (wq->pwqs.next != &wq->dfl_pwq->pwqs_node || in alloc_and_link_pwqs()
4596 wq->pwqs.prev != &wq->dfl_pwq->pwqs_node), in alloc_and_link_pwqs()
4716 INIT_LIST_HEAD(&wq->pwqs); in alloc_workqueue()
5797 if (!list_empty(&wq->pwqs)) { in workqueue_apply_unbound_cpumask()
/Linux-v6.6/Documentation/RCU/
Dlockdep.rst118 list_for_each_entry_rcu((pwq), &(wq)->pwqs, pwqs_node,