Home
last modified time | relevance | path

Searched refs:affn_strict (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/tools/workqueue/
H A Dwq_dump.py143 if pool.attrs.affn_strict:
163 if wq.unbound_attrs.affn_strict:
/openbmc/linux/kernel/
H A Dworkqueue.c1134 if (!pool->attrs->affn_strict && in kick_pool()
2085 if (pool->cpu < 0 && pool->attrs->affn_strict) in pool_allowed_cpus()
3774 to->affn_strict = from->affn_strict; in wqattrs_hash()
3805 hash = jhash_1word(attrs->affn_strict, hash); in wqattrs_actualize_cpumask()
3819 if (a->affn_strict != b->affn_strict) in wqattrs_pod_type()
6142 wq->unbound_attrs->affn_strict); in wq_affinity_strict_store()
6159 attrs->affn_strict = (bool)v; in wq_unbound_cpumask_show()
6610 pool->attrs->affn_strict in workqueue_init_early()
[all...]
/openbmc/linux/include/linux/
H A Dworkqueue.h180 bool affn_strict; member