Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/include/asm/
Dtopology.h195 extern int __max_smt_threads;
199 return __max_smt_threads; in topology_max_smt_threads()
/linux-6.12.1/arch/x86/kernel/
Dsmpboot.c126 int __read_mostly __max_smt_threads = 1; variable
593 if (threads > __max_smt_threads) in set_cpu_sibling_map()
594 __max_smt_threads = threads; in set_cpu_sibling_map()
1171 __max_smt_threads = max_threads; in recompute_smt_state()