Searched refs:cpu_smt_mask (Results 1 – 10 of 10) sorted by relevance
/linux/arch/powerpc/include/asm/ |
A D | smp.h | 135 #define cpu_smt_mask cpu_smt_mask macro 137 static inline const struct cpumask *cpu_smt_mask(int cpu) in cpu_smt_mask() function
|
/linux/include/linux/ |
A D | topology.h | 208 #if defined(CONFIG_SCHED_SMT) && !defined(cpu_smt_mask) 209 static inline const struct cpumask *cpu_smt_mask(int cpu) in cpu_smt_mask() function
|
/linux/arch/x86/kernel/ |
A D | smpboot.c | 571 { cpu_smt_mask, x86_smt_flags, SD_INIT_NAME(SMT) }, 584 { cpu_smt_mask, x86_smt_flags, SD_INIT_NAME(SMT) }, 595 { cpu_smt_mask, x86_smt_flags, SD_INIT_NAME(SMT) },
|
/linux/kernel/sched/ |
A D | core.c | 246 const struct cpumask *smt_mask = cpu_smt_mask(cpu); in sched_core_lock() 256 const struct cpumask *smt_mask = cpu_smt_mask(cpu); in sched_core_unlock() 276 const struct cpumask *smt_mask = cpu_smt_mask(cpu); in __sched_core_flip() 5706 smt_mask = cpu_smt_mask(cpu); in pick_next_task() 5964 const struct cpumask *smt_mask = cpu_smt_mask(cpu); in sched_core_cpu_starting() 6007 const struct cpumask *smt_mask = cpu_smt_mask(cpu); in sched_core_cpu_deactivate() 9013 if (cpumask_weight(cpu_smt_mask(cpu)) == 2) in sched_cpu_activate() 9088 if (cpumask_weight(cpu_smt_mask(cpu)) == 2) in sched_cpu_deactivate()
|
A D | fair.c | 1475 for_each_cpu(sibling, cpu_smt_mask(cpu)) { in is_core_idle() 6143 for_each_cpu(cpu, cpu_smt_mask(core)) { in __update_idle_core() 6169 for_each_cpu(cpu, cpu_smt_mask(core)) { in select_idle_core() 6188 cpumask_andnot(cpus, cpus, cpu_smt_mask(core)); in select_idle_core() 6199 for_each_cpu(cpu, cpu_smt_mask(target)) { in select_idle_smt()
|
A D | sched.h | 1217 for_each_cpu(cpu, cpu_smt_mask(cpu_of(rq))) { in sched_core_cookie_match()
|
A D | topology.c | 1638 { cpu_smt_mask, cpu_smt_flags, SD_INIT_NAME(SMT) },
|
/linux/arch/powerpc/kernel/ |
A D | smp.c | 1019 { cpu_smt_mask, powerpc_smt_flags, SD_INIT_NAME(SMT) },
|
/linux/ |
A D | System.map | 3440 ffff8000100d7fc0 t cpu_smt_mask
|
A D | .tmp_System.map | 3440 ffff8000100d7fc0 t cpu_smt_mask
|
Completed in 334 milliseconds