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

/linux-master/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-master/include/linux/
H A Darch_topology.h97 const struct cpumask *cpu_clustergroup_mask(int cpu);
/linux-master/arch/x86/kernel/
H A Dsmpboot.c525 cpu_clustergroup_mask, x86_cluster_flags, SD_INIT_NAME(CLS)
637 const struct cpumask *cpu_clustergroup_mask(int cpu) function
641 EXPORT_SYMBOL_GPL(cpu_clustergroup_mask); variable
/linux-master/drivers/base/
H A Darch_topology.c754 const struct cpumask *cpu_clustergroup_mask(int cpu) function
757 * Forbid cpu_clustergroup_mask() to span more or the same CPUs as
/linux-master/kernel/sched/
H A Dtopology.c1694 { cpu_clustergroup_mask, cpu_cluster_flags, SD_INIT_NAME(CLS) },

Completed in 142 milliseconds