Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/
Dworkqueue.c5212 struct pool_workqueue *pwq_tbl[]; member
5222 put_pwq_unlocked(ctx->pwq_tbl[cpu]); in apply_wqattrs_cleanup()
5247 ctx = kzalloc(struct_size(ctx, pwq_tbl, nr_cpu_ids), GFP_KERNEL); in apply_wqattrs_prepare()
5268 ctx->pwq_tbl[cpu] = ctx->dfl_pwq; in apply_wqattrs_prepare()
5271 ctx->pwq_tbl[cpu] = alloc_unbound_pwq(wq, new_attrs); in apply_wqattrs_prepare()
5272 if (!ctx->pwq_tbl[cpu]) in apply_wqattrs_prepare()
5313 ctx->pwq_tbl[cpu] = install_unbound_pwq(ctx->wq, cpu, in apply_wqattrs_commit()
5314 ctx->pwq_tbl[cpu]); in apply_wqattrs_commit()