Searched refs:dfl_pwq (Results 1 – 1 of 1) sorted by relevance
304 struct pool_workqueue *dfl_pwq; /* PW: only for unbound wqs */ member4334 struct pool_workqueue *dfl_pwq; member4346 put_pwq_unlocked(ctx->dfl_pwq); in apply_wqattrs_cleanup()4384 ctx->dfl_pwq = alloc_unbound_pwq(wq, new_attrs); in apply_wqattrs_prepare()4385 if (!ctx->dfl_pwq) in apply_wqattrs_prepare()4390 ctx->dfl_pwq->refcnt++; in apply_wqattrs_prepare()4391 ctx->pwq_tbl[cpu] = ctx->dfl_pwq; in apply_wqattrs_prepare()4431 link_pwq(ctx->dfl_pwq); in apply_wqattrs_commit()4432 swap(ctx->wq->dfl_pwq, ctx->dfl_pwq); in apply_wqattrs_commit()4575 raw_spin_lock_irq(&wq->dfl_pwq->pool->lock); in wq_update_pod()[all …]