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