Searched refs:pwq_tbl (Results 1 – 1 of 1) sorted by relevance
5271 struct pool_workqueue *pwq_tbl[]; member5281 put_pwq_unlocked(ctx->pwq_tbl[cpu]); in apply_wqattrs_cleanup()5306 ctx = kzalloc(struct_size(ctx, pwq_tbl, nr_cpu_ids), GFP_KERNEL); in apply_wqattrs_prepare()5327 ctx->pwq_tbl[cpu] = ctx->dfl_pwq; in apply_wqattrs_prepare()5330 ctx->pwq_tbl[cpu] = alloc_unbound_pwq(wq, new_attrs); in apply_wqattrs_prepare()5331 if (!ctx->pwq_tbl[cpu]) in apply_wqattrs_prepare()5372 ctx->pwq_tbl[cpu] = install_unbound_pwq(ctx->wq, cpu, in apply_wqattrs_commit()5373 ctx->pwq_tbl[cpu]); in apply_wqattrs_commit()