Lines Matching refs:unbound_attrs
278 struct workqueue_attrs *unbound_attrs; /* PW: only for unbound wqs */ member
3632 free_workqueue_attrs(wq->unbound_attrs); in rcu_free_wq()
4146 copy_workqueue_attrs(ctx->wq->unbound_attrs, ctx->attrs); in apply_wqattrs_commit()
4267 wq->unbound_attrs->no_numa) in wq_update_unbound_numa()
4278 copy_workqueue_attrs(target_attrs, wq->unbound_attrs); in wq_update_unbound_numa()
4434 wq->unbound_attrs = alloc_workqueue_attrs(); in alloc_workqueue()
4435 if (!wq->unbound_attrs) in alloc_workqueue()
4490 free_workqueue_attrs(wq->unbound_attrs); in alloc_workqueue()
5502 ctx = apply_wqattrs_prepare(wq, wq->unbound_attrs, unbound_cpumask); in workqueue_apply_unbound_cpumask()
5658 written = scnprintf(buf, PAGE_SIZE, "%d\n", wq->unbound_attrs->nice); in wq_nice_show()
5675 copy_workqueue_attrs(attrs, wq->unbound_attrs); in wq_sysfs_prep_attrs()
5712 cpumask_pr_args(wq->unbound_attrs->cpumask)); in wq_cpumask_show()
5749 !wq->unbound_attrs->no_numa); in wq_numa_show()