Lines Matching refs:affn_scope
3735 attrs->affn_scope = WQ_AFFN_DFL; in alloc_workqueue_attrs()
3755 to->affn_scope = from->affn_scope; in copy_workqueue_attrs()
3765 attrs->affn_scope = WQ_AFFN_NR_TYPES; in wqattrs_clear_for_pool()
3822 if (attrs->affn_scope == WQ_AFFN_DFL) in wqattrs_pod_type()
3825 scope = attrs->affn_scope; in wqattrs_pod_type()
3829 if (!WARN_ON_ONCE(attrs->affn_scope == WQ_AFFN_NR_TYPES) && in wqattrs_pod_type()
4340 if (WARN_ON(attrs->affn_scope < 0 || in apply_wqattrs_prepare()
4341 attrs->affn_scope >= WQ_AFFN_NR_TYPES)) in apply_wqattrs_prepare()
6075 if (wq->unbound_attrs->affn_scope == WQ_AFFN_DFL) in wq_affn_scope_show()
6081 wq_affn_names[wq->unbound_attrs->affn_scope]); in wq_affn_scope_show()
6102 attrs->affn_scope = affn; in wq_affn_scope_store()