Home
last modified time | relevance | path

Searched refs:affn_scope (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/kernel/
Dworkqueue.c4616 attrs->affn_scope = WQ_AFFN_DFL; in alloc_workqueue_attrs()
4636 to->affn_scope = from->affn_scope; in copy_workqueue_attrs()
4646 attrs->affn_scope = WQ_AFFN_NR_TYPES; in wqattrs_clear_for_pool()
4706 if (attrs->affn_scope == WQ_AFFN_DFL) in wqattrs_pod_type()
4709 scope = attrs->affn_scope; in wqattrs_pod_type()
4713 if (!WARN_ON_ONCE(attrs->affn_scope == WQ_AFFN_NR_TYPES) && in wqattrs_pod_type()
5243 if (WARN_ON(attrs->affn_scope < 0 || in apply_wqattrs_prepare()
5244 attrs->affn_scope >= WQ_AFFN_NR_TYPES)) in apply_wqattrs_prepare()
7154 if (wq->unbound_attrs->affn_scope == WQ_AFFN_DFL) in wq_affn_scope_show()
7160 wq_affn_names[wq->unbound_attrs->affn_scope]); in wq_affn_scope_show()
[all …]
/linux-6.12.1/include/linux/
Dworkqueue.h203 enum wq_affn_scope affn_scope; member