Searched refs:pwqs (Results 1 – 1 of 1) sorted by relevance
262 struct list_head pwqs; /* WR: all pwqs of this wq */ member452 list_for_each_entry_rcu((pwq), &(wq)->pwqs, pwqs_node, \3730 is_last = list_empty(&wq->pwqs); in pwq_unbound_release_workfn()3841 list_add_rcu(&pwq->pwqs_node, &wq->pwqs); in link_pwq()4080 if (!list_empty(&wq->pwqs)) { in apply_workqueue_attrs_locked()4244 WARN(!ret && (wq->pwqs.next != &wq->dfl_pwq->pwqs_node || in alloc_and_link_pwqs()4245 wq->pwqs.prev != &wq->dfl_pwq->pwqs_node), in alloc_and_link_pwqs()4348 INIT_LIST_HEAD(&wq->pwqs); in alloc_workqueue()5368 if (!list_empty(&wq->pwqs)) { in workqueue_apply_unbound_cpumask()