Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dtopology.c2067 # ifndef arch_llc_mask
2068 #define arch_llc_mask(cpu) cpu_coregroup_mask(cpu) macro
2072 #define arch_llc_mask(cpu) cpumask_of(cpu) macro
2075 #define llc_mask(cpu) arch_llc_mask(cpu)