Searched refs:SD_INIT_NAME (Results 1 - 6 of 6) sorted by relevance
/linux-4.1.27/arch/s390/kernel/ |
H A D | topology.c | 450 { cpu_thread_mask, cpu_smt_flags, SD_INIT_NAME(SMT) }, 451 { cpu_coregroup_mask, cpu_core_flags, SD_INIT_NAME(MC) }, 452 { cpu_book_mask, SD_INIT_NAME(BOOK) }, 453 { cpu_cpu_mask, SD_INIT_NAME(DIE) },
|
/linux-4.1.27/arch/arm/kernel/ |
H A D | topology.c | 285 { cpu_corepower_mask, cpu_corepower_flags, SD_INIT_NAME(GMC) }, 286 { cpu_coregroup_mask, cpu_core_flags, SD_INIT_NAME(MC) }, 288 { cpu_cpu_mask, SD_INIT_NAME(DIE) },
|
/linux-4.1.27/arch/powerpc/kernel/ |
H A D | smp.c | 756 { cpu_smt_mask, powerpc_smt_flags, SD_INIT_NAME(SMT) }, 758 { cpu_cpu_mask, SD_INIT_NAME(DIE) },
|
/linux-4.1.27/arch/x86/kernel/ |
H A D | smpboot.c | 366 { cpu_smt_mask, cpu_smt_flags, SD_INIT_NAME(SMT) }, 369 { cpu_coregroup_mask, cpu_core_flags, SD_INIT_NAME(MC) },
|
/linux-4.1.27/include/linux/ |
H A D | sched.h | 1077 # define SD_INIT_NAME(type) .name = #type macro 1079 # define SD_INIT_NAME(type) macro
|
/linux-4.1.27/kernel/sched/ |
H A D | core.c | 6274 { cpu_smt_mask, cpu_smt_flags, SD_INIT_NAME(SMT) }, 6277 { cpu_coregroup_mask, cpu_core_flags, SD_INIT_NAME(MC) }, 6279 { cpu_cpu_mask, SD_INIT_NAME(DIE) }, 6515 SD_INIT_NAME(NUMA)
|
Completed in 191 milliseconds