Searched refs:smt_mask (Results 1 – 1 of 1) sorted by relevance
409 const struct cpumask *smt_mask = cpu_smt_mask(cpu); in sched_core_lock() local413 for_each_cpu(t, smt_mask) in sched_core_lock()421 const struct cpumask *smt_mask = cpu_smt_mask(cpu); in sched_core_unlock() local424 for_each_cpu(t, smt_mask) in sched_core_unlock()441 const struct cpumask *smt_mask = cpu_smt_mask(cpu); in __sched_core_flip() local456 for_each_cpu(t, smt_mask) in __sched_core_flip()463 cpumask_andnot(&sched_core_mask, &sched_core_mask, smt_mask); in __sched_core_flip()6235 const struct cpumask *smt_mask; in pick_next_task() local6285 smt_mask = cpu_smt_mask(cpu); in pick_next_task()6352 for_each_cpu_wrap(i, smt_mask, cpu) { in pick_next_task()[all …]