Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dtopology.h135 extern const struct cpumask *cpu_clustergroup_mask(int cpu);
184 #define topology_cluster_cpumask(cpu) (cpu_clustergroup_mask(cpu))
/linux/include/linux/
H A Darch_topology.h93 const struct cpumask *cpu_clustergroup_mask(int cpu);
/linux/arch/x86/kernel/
H A Dsmpboot.c526 cpu_clustergroup_mask, x86_cluster_flags, SD_INIT_NAME(CLS) in build_sched_topology()
638 const struct cpumask *cpu_clustergroup_mask(int cpu) in cpu_clustergroup_mask() function
642 EXPORT_SYMBOL_GPL(cpu_clustergroup_mask);
/linux/drivers/base/
H A Darch_topology.c757 const struct cpumask *cpu_clustergroup_mask(int cpu) in cpu_clustergroup_mask() function
/linux/kernel/sched/
H A Dtopology.c1708 { cpu_clustergroup_mask, cpu_cluster_flags, SD_INIT_NAME(CLS) },