Home
last modified time | relevance | path

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

/Linux-v5.15/kernel/sched/
Dcore.c242 const struct cpumask *smt_mask = cpu_smt_mask(cpu); in sched_core_lock() local
246 for_each_cpu(t, smt_mask) in sched_core_lock()
252 const struct cpumask *smt_mask = cpu_smt_mask(cpu); in sched_core_unlock() local
255 for_each_cpu(t, smt_mask) in sched_core_unlock()
272 const struct cpumask *smt_mask = cpu_smt_mask(cpu); in __sched_core_flip() local
276 for_each_cpu(t, smt_mask) in __sched_core_flip()
281 cpumask_andnot(&sched_core_mask, &sched_core_mask, smt_mask); in __sched_core_flip()
5663 const struct cpumask *smt_mask; in pick_next_task() local
5710 smt_mask = cpu_smt_mask(cpu); in pick_next_task()
5756 for_each_cpu(i, smt_mask) { in pick_next_task()
[all …]