Lines Matching refs:unbound_attrs
303 struct workqueue_attrs *unbound_attrs; /* PW: only for unbound wqs */ member
3934 free_workqueue_attrs(wq->unbound_attrs); in rcu_free_wq()
4400 copy_workqueue_attrs(ctx->wq->unbound_attrs, ctx->attrs); in apply_wqattrs_commit()
4517 if (!(wq->flags & WQ_UNBOUND) || wq->unbound_attrs->ordered) in wq_update_pod()
4527 copy_workqueue_attrs(target_attrs, wq->unbound_attrs); in wq_update_pod()
4699 wq->unbound_attrs = alloc_workqueue_attrs(); in alloc_workqueue()
4700 if (!wq->unbound_attrs) in alloc_workqueue()
4755 free_workqueue_attrs(wq->unbound_attrs); in alloc_workqueue()
5567 struct workqueue_attrs *attrs = wq->unbound_attrs; in workqueue_online_cpu()
5595 struct workqueue_attrs *attrs = wq->unbound_attrs; in workqueue_offline_cpu()
5803 ctx = apply_wqattrs_prepare(wq, wq->unbound_attrs, unbound_cpumask); in workqueue_apply_unbound_cpumask()
5988 written = scnprintf(buf, PAGE_SIZE, "%d\n", wq->unbound_attrs->nice); in wq_nice_show()
6005 copy_workqueue_attrs(attrs, wq->unbound_attrs); in wq_sysfs_prep_attrs()
6042 cpumask_pr_args(wq->unbound_attrs->cpumask)); in wq_cpumask_show()
6078 if (wq->unbound_attrs->affn_scope == WQ_AFFN_DFL) in wq_affn_scope_show()
6084 wq_affn_names[wq->unbound_attrs->affn_scope]); in wq_affn_scope_show()
6119 wq->unbound_attrs->affn_strict); in wq_affinity_strict_show()