Lines Matching refs:unbound_attrs
255 struct workqueue_attrs *unbound_attrs; /* PW: only for unbound wqs */ member
3182 free_workqueue_attrs(wq->unbound_attrs); in rcu_free_wq()
3636 copy_workqueue_attrs(ctx->wq->unbound_attrs, ctx->attrs); in apply_wqattrs_commit()
3749 if (wq->unbound_attrs->no_numa) in wq_update_unbound_numa()
3752 copy_workqueue_attrs(target_attrs, wq->unbound_attrs); in wq_update_unbound_numa()
3761 if (wq_calc_node_cpumask(wq->unbound_attrs, node, cpu_off, cpumask)) { in wq_update_unbound_numa()
3870 wq->unbound_attrs = alloc_workqueue_attrs(GFP_KERNEL); in __alloc_workqueue_key()
3871 if (!wq->unbound_attrs) in __alloc_workqueue_key()
3944 free_workqueue_attrs(wq->unbound_attrs); in __alloc_workqueue_key()
4888 written = scnprintf(buf, PAGE_SIZE, "%d\n", wq->unbound_attrs->nice); in wq_nice_show()
4904 copy_workqueue_attrs(attrs, wq->unbound_attrs); in wq_sysfs_prep_attrs()
4938 cpumask_pr_args(wq->unbound_attrs->cpumask)); in wq_cpumask_show()
4971 !wq->unbound_attrs->no_numa); in wq_numa_show()