Searched refs:pwq_tbl (Results 1 – 1 of 1) sorted by relevance
4312 struct pool_workqueue *pwq_tbl[]; member4322 put_pwq_unlocked(ctx->pwq_tbl[cpu]); in apply_wqattrs_cleanup()4347 ctx = kzalloc(struct_size(ctx, pwq_tbl, nr_cpu_ids), GFP_KERNEL); in apply_wqattrs_prepare()4368 ctx->pwq_tbl[cpu] = ctx->dfl_pwq; in apply_wqattrs_prepare()4371 ctx->pwq_tbl[cpu] = alloc_unbound_pwq(wq, new_attrs); in apply_wqattrs_prepare()4372 if (!ctx->pwq_tbl[cpu]) in apply_wqattrs_prepare()4404 ctx->pwq_tbl[cpu] = install_unbound_pwq(ctx->wq, cpu, in apply_wqattrs_commit()4405 ctx->pwq_tbl[cpu]); in apply_wqattrs_commit()