Searched refs:smt_mask (Results 1 – 1 of 1) sorted by relevance
242 const struct cpumask *smt_mask = cpu_smt_mask(cpu); in sched_core_lock() local246 for_each_cpu(t, smt_mask) in sched_core_lock()252 const struct cpumask *smt_mask = cpu_smt_mask(cpu); in sched_core_unlock() local255 for_each_cpu(t, smt_mask) in sched_core_unlock()272 const struct cpumask *smt_mask = cpu_smt_mask(cpu); in __sched_core_flip() local276 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() local5710 smt_mask = cpu_smt_mask(cpu); in pick_next_task()5756 for_each_cpu(i, smt_mask) { in pick_next_task()[all …]