Home
last modified time | relevance | path

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

/linux/include/linux/sched/
H A Dtopology.h209 # define SD_INIT_NAME(type) .name = #type macro
211 # define SD_INIT_NAME(type) macro
/linux/arch/s390/kernel/
H A Dtopology.c533 { cpu_thread_mask, cpu_smt_flags, SD_INIT_NAME(SMT) },
534 { cpu_coregroup_mask, cpu_core_flags, SD_INIT_NAME(MC) },
535 { cpu_book_mask, SD_INIT_NAME(BOOK) },
536 { cpu_drawer_mask, SD_INIT_NAME(DRAWER) },
537 { cpu_cpu_mask, SD_INIT_NAME(PKG) },
/linux/arch/x86/kernel/
H A Dsmpboot.c522 cpu_smt_mask, x86_smt_flags, SD_INIT_NAME(SMT) in build_sched_topology()
527 cpu_clustergroup_mask, x86_cluster_flags, SD_INIT_NAME(CLS) in build_sched_topology()
532 cpu_coregroup_mask, x86_core_flags, SD_INIT_NAME(MC) in build_sched_topology()
542 cpu_cpu_mask, x86_die_flags, SD_INIT_NAME(PKG) in build_sched_topology()
/linux/arch/powerpc/kernel/
H A Dsmp.c1704 smallcore_smt_mask, powerpc_smt_flags, SD_INIT_NAME(SMT) in build_sched_topology()
1708 cpu_smt_mask, powerpc_smt_flags, SD_INIT_NAME(SMT) in build_sched_topology()
1714 shared_cache_mask, powerpc_shared_cache_flags, SD_INIT_NAME(CACHE) in build_sched_topology()
1719 cpu_mc_mask, powerpc_shared_proc_flags, SD_INIT_NAME(MC) in build_sched_topology()
1723 cpu_cpu_mask, powerpc_shared_proc_flags, SD_INIT_NAME(PKG) in build_sched_topology()
/linux/kernel/sched/
H A Dtopology.c1704 { cpu_smt_mask, cpu_smt_flags, SD_INIT_NAME(SMT) },
1708 { cpu_clustergroup_mask, cpu_cluster_flags, SD_INIT_NAME(CLS) },
1712 { cpu_coregroup_mask, cpu_core_flags, SD_INIT_NAME(MC) },
1714 { cpu_cpu_mask, SD_INIT_NAME(PKG) },
1978 SD_INIT_NAME(NODE) in sched_init_numa()
1990 SD_INIT_NAME(NUMA) in sched_init_numa()