Searched refs:fCPUCount (Results 1 – 6 of 6) sorted by relevance
134 { return fCPUCount; } in CPUCount()187 int32 fCPUCount; variable354 return fThreadCount + fCPUCount - fIdleCPUCount; in ThreadCount()403 ASSERT(fCPUCount > 0); in GetLoad()404 return std::min(fLoad / fCPUCount, kMaxLoad); in GetLoad()518 ASSERT(fIdleCPUCount < fCPUCount); in CPUGoesIdle()519 if (++fIdleCPUCount == fCPUCount) in CPUGoesIdle()531 if (fIdleCPUCount-- == fCPUCount) in CPUWakesUp()
405 fCPUCount(0), in CoreEntry()468 ASSERT(fCPUCount >= 0); in AddCPU()472 if (fCPUCount++ == 0) { in AddCPU()490 ASSERT(fCPUCount > 0); in RemoveCPU()495 if (--fCPUCount == 0) { in RemoveCPU()539 if (fCPUCount <= 0) in _UpdateLoad()
144 int32 CPUCount() const { return fCPUCount; } in CPUCount()148 int32 fCPUCount; // the number of active CPUs variable
95 fCPUCount = NumberOfActiveCPUs(); in Filter()
630 fCPUCount(1), in Model()749 fCPUCount = count; in SetCPUCount()753 for (int32 i = 0; i < fCPUCount; i++) { in SetCPUCount()
156 int32 fCPUCount; variable713 return fCPUCount; in CountCPUs()