Searched refs:has_mp (Results 1 – 1 of 1) sorted by relevance
588 bool has_mp = has_smt || topology_num_cores_per_package() > 1; in set_cpu_sibling_map() local595 if (!has_mp) { in set_cpu_sibling_map()614 if ((i == cpu) || (has_mp && match_llc(c, o))) in set_cpu_sibling_map()617 if ((i == cpu) || (has_mp && match_l2c(c, o))) in set_cpu_sibling_map()620 if ((i == cpu) || (has_mp && match_die(c, o))) in set_cpu_sibling_map()638 if ((i == cpu) || (has_mp && match_pkg(c, o))) { in set_cpu_sibling_map()