Home
last modified time | relevance | path

Searched refs:pwq_tbl (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/kernel/
H A Dworkqueue.c4335 struct pool_workqueue *pwq_tbl[]; member
4345 put_pwq_unlocked(ctx->pwq_tbl[cpu]); in apply_wqattrs_cleanup()
4370 ctx = kzalloc(struct_size(ctx, pwq_tbl, nr_cpu_ids), GFP_KERNEL); in apply_wqattrs_prepare()
4391 ctx->pwq_tbl[cpu] = ctx->dfl_pwq; in apply_wqattrs_prepare()
4394 ctx->pwq_tbl[cpu] = alloc_unbound_pwq(wq, new_attrs); in apply_wqattrs_prepare()
4395 if (!ctx->pwq_tbl[cpu]) in apply_wqattrs_prepare()
4427 ctx->pwq_tbl[cpu] = install_unbound_pwq(ctx->wq, cpu, in apply_wqattrs_commit()
4428 ctx->pwq_tbl[cpu]); in apply_wqattrs_commit()