Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/
Dworkqueue.c359 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()
[all …]