Searched refs:logical_max (Results 1 – 1 of 1) sorted by relevance
224 int logical_max = machine_info.max_cpus; in cpu_topology_sort() local225 int physical_max = logical_max; in cpu_topology_sort()227 physical_max = (logical_max + 1) / 2; in cpu_topology_sort()229 machine_info.logical_cpu_max = logical_max; in cpu_topology_sort()