Home
last modified time | relevance | path

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

/linux/include/linux/sched/
H A Dtopology.h47 extern const struct cpumask *tl_mc_mask(struct sched_domain_topology_level *tl, int cpu);
/linux/arch/s390/kernel/
H A Dtopology.c528 SDTL_INIT(tl_mc_mask, cpu_core_flags, MC),
/linux/arch/x86/kernel/
H A Dsmpboot.c477 SDTL_INIT(tl_mc_mask, x86_core_flags, MC),
/linux/kernel/sched/
H A Dtopology.c1775 const struct cpumask *tl_mc_mask(struct sched_domain_topology_level *tl, int cpu) in tl_mc_mask() function
1799 SDTL_INIT(tl_mc_mask, cpu_core_flags, MC),
/linux/arch/powerpc/kernel/
H A Dsmp.c1736 SDTL_INIT(tl_mc_mask, powerpc_shared_proc_flags, MC); in build_sched_topology()