Home
last modified time | relevance | path

Searched refs:endCPU (Results 1 – 1 of 1) sorted by relevance

/haiku/src/system/kernel/
H A Dsystem_info.cpp524 const uint32 endCPU = firstCPU + std::min(cpuCount, smp_get_num_cpus() - firstCPU); in _get_cpu_info_etc() local
532 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()