Home
last modified time | relevance | path

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

/linux/tools/workqueue/
H A Dwq_monitor.py75 for pwq in list_for_each_entry('struct pool_workqueue', wq.pwqs.address_of_(), 'pwqs_node'):
/linux/kernel/
H A Dworkqueue.c336 struct list_head pwqs; /* WR: all pwqs of this wq */ member
599 list_for_each_entry_rcu((pwq), &(wq)->pwqs, pwqs_node, \
1831 pwq = list_first_entry_or_null(&wq->pwqs, struct pool_workqueue, in unplug_oldest_pwq()
5066 is_last = list_empty(&wq->pwqs); in pwq_release_workfn()
5138 list_add_tail_rcu(&pwq->pwqs_node, &wq->pwqs); in link_pwq()
5303 if ((wq->flags & __WQ_ORDERED) && !list_empty(&wq->pwqs)) in apply_wqattrs_prepare()
5504 WARN(!ret && (wq->pwqs.next != &dfl_pwq->pwqs_node || in alloc_and_link_pwqs()
5505 wq->pwqs.prev != &dfl_pwq->pwqs_node), in alloc_and_link_pwqs()
5704 INIT_LIST_HEAD(&wq->pwqs); in __alloc_workqueue()
/linux/Documentation/RCU/
H A Dlockdep.rst118 list_for_each_entry_rcu((pwq), &(wq)->pwqs, pwqs_node,