Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/
Dworkqueue.c304 struct pool_workqueue *dfl_pwq; /* PW: only for unbound wqs */ member
4308 struct pool_workqueue *dfl_pwq; member
4320 put_pwq_unlocked(ctx->dfl_pwq); in apply_wqattrs_cleanup()
4358 ctx->dfl_pwq = alloc_unbound_pwq(wq, new_attrs); in apply_wqattrs_prepare()
4359 if (!ctx->dfl_pwq) in apply_wqattrs_prepare()
4364 ctx->dfl_pwq->refcnt++; in apply_wqattrs_prepare()
4365 ctx->pwq_tbl[cpu] = ctx->dfl_pwq; in apply_wqattrs_prepare()
4405 link_pwq(ctx->dfl_pwq); in apply_wqattrs_commit()
4406 swap(ctx->wq->dfl_pwq, ctx->dfl_pwq); in apply_wqattrs_commit()
4549 raw_spin_lock_irq(&wq->dfl_pwq->pool->lock); in wq_update_pod()
[all …]