Home
last modified time | relevance | path

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

/linux-6.14.4/arch/x86/include/asm/
Dtopology.h141 extern const struct cpumask *cpu_clustergroup_mask(int cpu);
194 #define topology_cluster_cpumask(cpu) (cpu_clustergroup_mask(cpu))
/linux-6.14.4/include/linux/
Darch_topology.h94 const struct cpumask *cpu_clustergroup_mask(int cpu);
/linux-6.14.4/arch/x86/kernel/
Dsmpboot.c513 cpu_clustergroup_mask, x86_cluster_flags, SD_INIT_NAME(CLS) in build_sched_topology()
625 const struct cpumask *cpu_clustergroup_mask(int cpu) in cpu_clustergroup_mask() function
629 EXPORT_SYMBOL_GPL(cpu_clustergroup_mask);
/linux-6.14.4/drivers/base/
Darch_topology.c757 const struct cpumask *cpu_clustergroup_mask(int cpu) in cpu_clustergroup_mask() function
/linux-6.14.4/kernel/sched/
Dtopology.c1714 { cpu_clustergroup_mask, cpu_cluster_flags, SD_INIT_NAME(CLS) },