Searched refs:max_core_id (Results 1 – 1 of 1) sorted by relevance
2734 int max_core_id = 0; in topology_probe() local2789 if (cpus[i].core_id > max_core_id) in topology_probe()2790 max_core_id = cpus[i].core_id; in topology_probe()2803 topo.num_cores_per_pkg = max_core_id + 1; in topology_probe()2806 max_core_id, topo.num_cores_per_pkg); in topology_probe()