Lines Matching refs:unbound_attrs
358 struct workqueue_attrs *unbound_attrs; /* PW: only for unbound wqs */ member
4903 free_workqueue_attrs(wq->unbound_attrs); in rcu_free_wq()
5336 copy_workqueue_attrs(ctx->wq->unbound_attrs, ctx->attrs); in apply_wqattrs_commit()
5428 if (!(wq->flags & WQ_UNBOUND) || wq->unbound_attrs->ordered) in unbound_wq_update_pwq()
5438 copy_workqueue_attrs(target_attrs, wq->unbound_attrs); in unbound_wq_update_pwq()
5688 wq->unbound_attrs = alloc_workqueue_attrs(); in __alloc_workqueue()
5689 if (!wq->unbound_attrs) in __alloc_workqueue()
5767 free_workqueue_attrs(wq->unbound_attrs); in __alloc_workqueue()
6668 struct workqueue_attrs *attrs = wq->unbound_attrs; in workqueue_online_cpu()
6703 struct workqueue_attrs *attrs = wq->unbound_attrs; in workqueue_offline_cpu()
6908 ctx = apply_wqattrs_prepare(wq, wq->unbound_attrs, unbound_cpumask); in workqueue_apply_unbound_cpumask()
7092 written = scnprintf(buf, PAGE_SIZE, "%d\n", wq->unbound_attrs->nice); in wq_nice_show()
7109 copy_workqueue_attrs(attrs, wq->unbound_attrs); in wq_sysfs_prep_attrs()
7146 cpumask_pr_args(wq->unbound_attrs->cpumask)); in wq_cpumask_show()
7182 if (wq->unbound_attrs->affn_scope == WQ_AFFN_DFL) in wq_affn_scope_show()
7188 wq_affn_names[wq->unbound_attrs->affn_scope]); in wq_affn_scope_show()
7223 wq->unbound_attrs->affn_strict); in wq_affinity_strict_show()