Home
last modified time | relevance | path

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

/Linux-v6.1/kernel/
Dworkqueue.c276 struct pool_workqueue *dfl_pwq; /* PW: only for unbound wqs */ member
591 return wq->dfl_pwq; in unbound_pwq_by_node()
3932 struct pool_workqueue *dfl_pwq; member
3944 put_pwq_unlocked(ctx->dfl_pwq); in apply_wqattrs_cleanup()
3992 ctx->dfl_pwq = alloc_unbound_pwq(wq, new_attrs); in apply_wqattrs_prepare()
3993 if (!ctx->dfl_pwq) in apply_wqattrs_prepare()
4002 ctx->dfl_pwq->refcnt++; in apply_wqattrs_prepare()
4003 ctx->pwq_tbl[node] = ctx->dfl_pwq; in apply_wqattrs_prepare()
4039 link_pwq(ctx->dfl_pwq); in apply_wqattrs_commit()
4040 swap(ctx->wq->dfl_pwq, ctx->dfl_pwq); in apply_wqattrs_commit()
[all …]