Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dtopology.h128 extern int __max_smt_threads;
132 return __max_smt_threads; in topology_max_smt_threads()
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dsmpboot.c110 int __read_mostly __max_smt_threads = 1; variable
606 if (threads > __max_smt_threads) in set_cpu_sibling_map()
607 __max_smt_threads = threads; in set_cpu_sibling_map()
1534 __max_smt_threads = max_threads; in recompute_smt_state()