Home
last modified time | relevance | path

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

/linux-6.6.21/tools/workqueue/
Dwq_monitor.py82 for pwq in list_for_each_entry('struct pool_workqueue', wq.pwqs.address_of_(), 'pwqs_node'):
/linux-6.6.21/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, \
4117 is_last = list_empty(&wq->pwqs); in pwq_release_workfn()
4219 list_add_rcu(&pwq->pwqs_node, &wq->pwqs); in link_pwq()
4434 if (!list_empty(&wq->pwqs)) { in apply_workqueue_attrs_locked()
4592 WARN(!ret && (wq->pwqs.next != &wq->dfl_pwq->pwqs_node || in alloc_and_link_pwqs()
4593 wq->pwqs.prev != &wq->dfl_pwq->pwqs_node), in alloc_and_link_pwqs()
4713 INIT_LIST_HEAD(&wq->pwqs); in alloc_workqueue()
/linux-6.6.21/Documentation/RCU/
Dlockdep.rst118 list_for_each_entry_rcu((pwq), &(wq)->pwqs, pwqs_node,