Home
last modified time | relevance | path

Searched defs:topology_cluster_cpumask (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/include/linux/
Darch_topology.h86 #define topology_cluster_cpumask(cpu) (&cpu_topology[cpu].cluster_sibling) macro
Dtopology.h224 #define topology_cluster_cpumask(cpu) cpumask_of(cpu) macro
/linux-5.19.10/arch/x86/include/asm/
Dtopology.h120 #define topology_cluster_cpumask(cpu) (cpu_clustergroup_mask(cpu)) macro