Home
last modified time | relevance | path

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

/linux/tools/workqueue/
H A Dwq_dump.py109 WQ_AFFN_CACHE = prog['WQ_AFFN_CACHE'] variable
141 for affn in [WQ_AFFN_CPU, WQ_AFFN_SMT, WQ_AFFN_CACHE, WQ_AFFN_NUMA, WQ_AFFN_SYSTEM]:
/linux/include/linux/
H A Dworkqueue.h134 WQ_AFFN_CACHE, /* one pod per LLC */ enumerator
/linux/kernel/
H A Dworkqueue.c406 [WQ_AFFN_CACHE] = "cache",
435 static enum wq_affn_scope wq_affn_dfl = WQ_AFFN_CACHE;
8003 init_pod_type(&wq_pod_types[WQ_AFFN_CACHE], cpus_share_cache); in workqueue_init_topology()