Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dtopology.h106 extern const struct cpumask *cpu_clustergroup_mask(int cpu);
120 #define topology_cluster_cpumask(cpu) (cpu_clustergroup_mask(cpu))
/openbmc/linux/include/linux/
H A Darch_topology.h90 const struct cpumask *cpu_clustergroup_mask(int cpu);
/openbmc/linux/arch/x86/kernel/
H A Dsmpboot.c627 cpu_clustergroup_mask, x86_cluster_flags, SD_INIT_NAME(CLS) in build_sched_topology()
739 const struct cpumask *cpu_clustergroup_mask(int cpu) in cpu_clustergroup_mask() function
/openbmc/linux/drivers/base/
H A Darch_topology.c719 const struct cpumask *cpu_clustergroup_mask(int cpu) in cpu_clustergroup_mask() function
/openbmc/linux/kernel/sched/
H A Dtopology.c1676 { cpu_clustergroup_mask, cpu_cluster_flags, SD_INIT_NAME(CLS) },