Searched refs:endCPU (Results 1 – 1 of 1) sorted by relevance
524 const uint32 endCPU = firstCPU + std::min(cpuCount, smp_get_num_cpus() - firstCPU); in _get_cpu_info_etc() local532 for (uint32 cpuIdx = firstCPU; cpuIdx < endCPU; ) { in _get_cpu_info_etc()534 for (localIdx = 0; cpuIdx < endCPU && localIdx < B_COUNT_OF(localInfo); in _get_cpu_info_etc()