Searched refs:dfl_pwq (Results 1 – 1 of 1) sorted by relevance
375 struct pool_workqueue __rcu *dfl_pwq; /* PW: only for unbound wqs */ member747 return &wq->dfl_pwq; in unbound_pwq_slot()5462 struct pool_workqueue *dfl_pwq; member5474 put_pwq_unlocked(ctx->dfl_pwq); in apply_wqattrs_cleanup()5512 ctx->dfl_pwq = alloc_pwq(wq, new_attrs); in apply_wqattrs_prepare()5513 if (!ctx->dfl_pwq) in apply_wqattrs_prepare()5518 ctx->dfl_pwq->refcnt++; in apply_wqattrs_prepare()5519 ctx->pwq_tbl[cpu] = ctx->dfl_pwq; in apply_wqattrs_prepare()5541 ctx->dfl_pwq->plugged = true; in apply_wqattrs_prepare()5566 ctx->dfl_pwq = install_unbound_pwq(ctx->wq, -1, ctx->dfl_pwq); in apply_wqattrs_commit()[all …]