Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/ !
Dworkqueue.c4309 struct pool_workqueue *pwq_tbl[]; member
4319 put_pwq_unlocked(ctx->pwq_tbl[cpu]); in apply_wqattrs_cleanup()
4344 ctx = kzalloc(struct_size(ctx, pwq_tbl, nr_cpu_ids), GFP_KERNEL); in apply_wqattrs_prepare()
4365 ctx->pwq_tbl[cpu] = ctx->dfl_pwq; in apply_wqattrs_prepare()
4368 ctx->pwq_tbl[cpu] = alloc_unbound_pwq(wq, new_attrs); in apply_wqattrs_prepare()
4369 if (!ctx->pwq_tbl[cpu]) in apply_wqattrs_prepare()
4401 ctx->pwq_tbl[cpu] = install_unbound_pwq(ctx->wq, cpu, in apply_wqattrs_commit()
4402 ctx->pwq_tbl[cpu]); in apply_wqattrs_commit()