Searched refs:dfl_pwq (Results 1 – 1 of 1) sorted by relevance
304 struct pool_workqueue *dfl_pwq; /* PW: only for unbound wqs */ member4308 struct pool_workqueue *dfl_pwq; member4320 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 …]