Lines Matching refs:dfl_pwq
359 struct pool_workqueue __rcu *dfl_pwq; /* PW: only for unbound wqs */ member
727 return &wq->dfl_pwq; in unbound_pwq_slot()
5211 struct pool_workqueue *dfl_pwq; member
5223 put_pwq_unlocked(ctx->dfl_pwq); in apply_wqattrs_cleanup()
5261 ctx->dfl_pwq = alloc_unbound_pwq(wq, new_attrs); in apply_wqattrs_prepare()
5262 if (!ctx->dfl_pwq) in apply_wqattrs_prepare()
5267 ctx->dfl_pwq->refcnt++; in apply_wqattrs_prepare()
5268 ctx->pwq_tbl[cpu] = ctx->dfl_pwq; in apply_wqattrs_prepare()
5290 ctx->dfl_pwq->plugged = true; in apply_wqattrs_prepare()
5315 ctx->dfl_pwq = install_unbound_pwq(ctx->wq, -1, ctx->dfl_pwq); in apply_wqattrs_commit()
5485 struct pool_workqueue *dfl_pwq; in alloc_and_link_pwqs() local
5489 dfl_pwq = rcu_access_pointer(wq->dfl_pwq); in alloc_and_link_pwqs()
5490 WARN(!ret && (wq->pwqs.next != &dfl_pwq->pwqs_node || in alloc_and_link_pwqs()
5491 wq->pwqs.prev != &dfl_pwq->pwqs_node), in alloc_and_link_pwqs()
5799 if ((pwq != rcu_access_pointer(pwq->wq->dfl_pwq)) && (pwq->refcnt > 1)) in pwq_busy()