Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/
Dworkqueue.c3513 struct pool_workqueue *pwq_tbl[]; member
3523 put_pwq_unlocked(ctx->pwq_tbl[node]); in apply_wqattrs_cleanup()
3543 ctx = kzalloc(sizeof(*ctx) + nr_node_ids * sizeof(ctx->pwq_tbl[0]), in apply_wqattrs_prepare()
3579 ctx->pwq_tbl[node] = alloc_unbound_pwq(wq, tmp_attrs); in apply_wqattrs_prepare()
3580 if (!ctx->pwq_tbl[node]) in apply_wqattrs_prepare()
3584 ctx->pwq_tbl[node] = ctx->dfl_pwq; in apply_wqattrs_prepare()
3616 ctx->pwq_tbl[node] = numa_pwq_tbl_install(ctx->wq, node, in apply_wqattrs_commit()
3617 ctx->pwq_tbl[node]); in apply_wqattrs_commit()