Searched refs:cpu_smt_mask (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.15/arch/powerpc/include/asm/ |
| D | smp.h | 150 #define cpu_smt_mask cpu_smt_mask macro 152 static inline const struct cpumask *cpu_smt_mask(int cpu) in cpu_smt_mask() function
|
| /Linux-v5.15/include/linux/ |
| D | topology.h | 202 #if defined(CONFIG_SCHED_SMT) && !defined(cpu_smt_mask) 203 static inline const struct cpumask *cpu_smt_mask(int cpu) in cpu_smt_mask() function
|
| /Linux-v5.15/arch/x86/kernel/ |
| D | smpboot.c | 548 { cpu_smt_mask, x86_smt_flags, SD_INIT_NAME(SMT) }, 558 { cpu_smt_mask, x86_smt_flags, SD_INIT_NAME(SMT) },
|
| /Linux-v5.15/kernel/sched/ |
| D | core.c | 242 const struct cpumask *smt_mask = cpu_smt_mask(cpu); in sched_core_lock() 252 const struct cpumask *smt_mask = cpu_smt_mask(cpu); in sched_core_unlock() 272 const struct cpumask *smt_mask = cpu_smt_mask(cpu); in __sched_core_flip() 5710 smt_mask = cpu_smt_mask(cpu); in pick_next_task() 5998 const struct cpumask *smt_mask = cpu_smt_mask(cpu); in sched_core_cpu_starting() 6041 const struct cpumask *smt_mask = cpu_smt_mask(cpu); in sched_core_cpu_deactivate() 9035 if (cpumask_weight(cpu_smt_mask(cpu)) == 2) in sched_cpu_activate() 9110 if (cpumask_weight(cpu_smt_mask(cpu)) == 2) in sched_cpu_deactivate()
|
| D | fair.c | 1517 for_each_cpu(sibling, cpu_smt_mask(cpu)) { in is_core_idle() 6174 for_each_cpu(cpu, cpu_smt_mask(core)) { in __update_idle_core() 6200 for_each_cpu(cpu, cpu_smt_mask(core)) { in select_idle_core() 6219 cpumask_andnot(cpus, cpus, cpu_smt_mask(core)); in select_idle_core() 6230 for_each_cpu(cpu, cpu_smt_mask(target)) { in select_idle_smt()
|
| D | topology.c | 1628 { cpu_smt_mask, cpu_smt_flags, SD_INIT_NAME(SMT) },
|
| D | sched.h | 1213 for_each_cpu(cpu, cpu_smt_mask(cpu_of(rq))) { in sched_core_cookie_match()
|
| /Linux-v5.15/arch/powerpc/kernel/ |
| D | smp.c | 1019 { cpu_smt_mask, powerpc_smt_flags, SD_INIT_NAME(SMT) },
|