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

/linux-master/arch/x86/include/asm/
H A Dtopology.h195 extern int __max_smt_threads;
199 return __max_smt_threads;
/linux-master/arch/x86/kernel/
H A Dsmpboot.c125 int __read_mostly __max_smt_threads = 1; variable
592 if (threads > __max_smt_threads)
593 __max_smt_threads = threads;
1168 __max_smt_threads = max_threads;

Completed in 188 milliseconds