Home
last modified time | relevance | path

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

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