Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/
Dworkqueue.c3933 struct pool_workqueue *pwq_tbl[]; member
3943 put_pwq_unlocked(ctx->pwq_tbl[node]); in apply_wqattrs_cleanup()
3963 ctx = kzalloc(struct_size(ctx, pwq_tbl, nr_node_ids), GFP_KERNEL); in apply_wqattrs_prepare()
3998 ctx->pwq_tbl[node] = alloc_unbound_pwq(wq, tmp_attrs); in apply_wqattrs_prepare()
3999 if (!ctx->pwq_tbl[node]) in apply_wqattrs_prepare()
4003 ctx->pwq_tbl[node] = ctx->dfl_pwq; in apply_wqattrs_prepare()
4035 ctx->pwq_tbl[node] = numa_pwq_tbl_install(ctx->wq, node, in apply_wqattrs_commit()
4036 ctx->pwq_tbl[node]); in apply_wqattrs_commit()