Searched refs:threads (Results 1 – 11 of 11) sorted by relevance
46 static inline cpumask_t cpu_thread_mask_to_cores(const struct cpumask *threads) in cpu_thread_mask_to_cores() argument54 if (cpumask_intersects(threads, &tmp)) { in cpu_thread_mask_to_cores()
9 threads to run on the system and also increase the pressure
20 @ r10 = this threads thread_info structure
591 int i, threads; in set_cpu_sibling_map() local620 threads = cpumask_weight(topology_sibling_cpumask(cpu)); in set_cpu_sibling_map()621 if (threads > __max_smt_threads) in set_cpu_sibling_map()622 __max_smt_threads = threads; in set_cpu_sibling_map()625 cpu_data(i).smt_active = threads > 1; in set_cpu_sibling_map()640 if (threads == 1) { in set_cpu_sibling_map()1545 int threads = cpumask_weight(topology_sibling_cpumask(cpu)); in recompute_smt_state() local1547 if (threads > max_threads) in recompute_smt_state()1548 max_threads = threads; in recompute_smt_state()
38 * threads is with an ibm,ppc-interrupt-server#s entry. We'll put one
42 running more threads on a system and also reduces the pressure
125 and in nap mode due to idle (cede) while other threads are still
349 running more threads on a system and also reduces the pressure
1565 between threads sharing the same address space if they invoke
2404 bool "Dynamic FPU affinity for FP-intensive threads"
1333 of synchronizing all cores and SMT threads is one fragile dance which does