Home
last modified time | relevance | path

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

/Linux-v6.6/kernel/
Dworkqueue.c304 struct pool_workqueue *dfl_pwq; /* PW: only for unbound wqs */ member
4311 struct pool_workqueue *dfl_pwq; member
4323 put_pwq_unlocked(ctx->dfl_pwq); in apply_wqattrs_cleanup()
4361 ctx->dfl_pwq = alloc_unbound_pwq(wq, new_attrs); in apply_wqattrs_prepare()
4362 if (!ctx->dfl_pwq) in apply_wqattrs_prepare()
4367 ctx->dfl_pwq->refcnt++; in apply_wqattrs_prepare()
4368 ctx->pwq_tbl[cpu] = ctx->dfl_pwq; in apply_wqattrs_prepare()
4408 link_pwq(ctx->dfl_pwq); in apply_wqattrs_commit()
4409 swap(ctx->wq->dfl_pwq, ctx->dfl_pwq); in apply_wqattrs_commit()
4552 raw_spin_lock_irq(&wq->dfl_pwq->pool->lock); in wq_update_pod()
[all …]