Searched refs:fCPUCount (Results 1 - 6 of 6) sorted by relevance

/haiku/src/system/kernel/scheduler/
H A Dscheduler_cpu.h133 { return fCPUCount; }
184 int32 fCPUCount; member in class:Scheduler::CoreEntry
350 return fThreadCount + fCPUCount - fIdleCPUCount;
399 ASSERT(fCPUCount > 0);
400 return std::min(fLoad / fCPUCount, kMaxLoad);
514 ASSERT(fIdleCPUCount < fCPUCount);
515 if (++fIdleCPUCount == fCPUCount)
527 if (fIdleCPUCount-- == fCPUCount)
H A Dscheduler_cpu.cpp404 fCPUCount(0),
467 ASSERT(fCPUCount >= 0);
471 if (fCPUCount++ == 0) {
488 ASSERT(fCPUCount > 0);
492 if (--fCPUCount == 0) {
536 if (fCPUCount <= 0)
/haiku/src/apps/showimage/
H A DFilter.h144 int32 CPUCount() const { return fCPUCount; }
148 int32 fCPUCount; // the number of active CPUs member in class:Filter
H A DFilter.cpp95 fCPUCount = NumberOfActiveCPUs();
/haiku/src/apps/debuganalyzer/model/
H A DModel.cpp630 fCPUCount(1),
749 fCPUCount = count;
753 for (int32 i = 0; i < fCPUCount; i++) {
H A DModel.h156 int32 fCPUCount; member in class:Model
713 return fCPUCount;

Completed in 44 milliseconds