Searched refs:smt_mask (Results 1 – 5 of 5) sorted by relevance
| /linux/kernel/ |
| H A D | stop_machine.c | 638 const struct cpumask *smt_mask = cpu_smt_mask(cpu); in stop_core_cpuslocked() local 643 .num_threads = cpumask_weight(smt_mask), in stop_core_cpuslocked() 644 .active_cpus = smt_mask, in stop_core_cpuslocked() 651 return stop_cpus(smt_mask, multi_cpu_stop, &msdata); in stop_core_cpuslocked()
|
| /linux/kernel/sched/ |
| H A D | core_sched.c | 244 const struct cpumask *smt_mask = cpu_smt_mask(cpu_of(rq)); in __sched_core_account_forceidle() local 276 for_each_cpu(i, smt_mask) { in __sched_core_account_forceidle()
|
| H A D | core.c | 399 const struct cpumask *smt_mask = cpu_smt_mask(cpu); in sched_core_lock() local 403 for_each_cpu(t, smt_mask) in sched_core_lock() 409 const struct cpumask *smt_mask = cpu_smt_mask(cpu); in sched_core_unlock() local 412 for_each_cpu(t, smt_mask) in sched_core_unlock() 429 const struct cpumask *smt_mask = cpu_smt_mask(cpu); in __sched_core_flip() local 433 for_each_cpu(t, smt_mask) in __sched_core_flip() 440 cpumask_andnot(&sched_core_mask, &sched_core_mask, smt_mask); in __sched_core_flip() 6045 const struct cpumask *smt_mask; in pick_next_task() local 6093 smt_mask = cpu_smt_mask(cpu); in pick_next_task() 6149 for_each_cpu_wrap(i, smt_mask, cpu) { in pick_next_task() [all …]
|
| H A D | ext.c | 2172 const struct cpumask *smt_mask = cpu_smt_mask(cpu_of(rq)); in balance_scx() local 2175 for_each_cpu_andnot(scpu, smt_mask, cpumask_of(cpu_of(rq))) { in balance_scx()
|
| /linux/drivers/platform/x86/intel/ifs/ |
| H A D | runtest.c | 165 const struct cpumask *smt_mask = cpu_smt_mask(cpu); in wait_for_sibling_cpu() local 166 int all_cpus = cpumask_weight(smt_mask); in wait_for_sibling_cpu()
|