Searched refs:dfl_pwq (Results 1 – 1 of 1) sorted by relevance
256 struct pool_workqueue *dfl_pwq; /* PW: only for unbound wqs */ member579 return wq->dfl_pwq; in unbound_pwq_by_node()3512 struct pool_workqueue *dfl_pwq; member3524 put_pwq_unlocked(ctx->dfl_pwq); in apply_wqattrs_cleanup()3573 ctx->dfl_pwq = alloc_unbound_pwq(wq, new_attrs); in apply_wqattrs_prepare()3574 if (!ctx->dfl_pwq) in apply_wqattrs_prepare()3583 ctx->dfl_pwq->refcnt++; in apply_wqattrs_prepare()3584 ctx->pwq_tbl[node] = ctx->dfl_pwq; in apply_wqattrs_prepare()3620 link_pwq(ctx->dfl_pwq); in apply_wqattrs_commit()3621 swap(ctx->wq->dfl_pwq, ctx->dfl_pwq); in apply_wqattrs_commit()[all …]