Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/kernel/
H A Dsmpboot.c523 bool has_smt = __max_threads_per_core > 1; in set_cpu_sibling_map() local
524 bool has_mp = has_smt || topology_num_cores_per_package() > 1; in set_cpu_sibling_map()
547 if ((i == cpu) || (has_smt && match_smt(c, o))) in set_cpu_sibling_map()