Home
last modified time | relevance | path

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

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