Searched refs:fCurrentLoad (Results 1 - 2 of 2) sorted by relevance

/haiku/src/system/kernel/scheduler/
H A Dscheduler_cpu.cpp409 fCurrentLoad(0),
474 fCurrentLoad = 0;
552 newKey = intervalSkipped ? fCurrentLoad : GetLoad();
554 ASSERT(fCurrentLoad >= 0);
555 ASSERT(fLoad >= fCurrentLoad);
557 fLoad = fCurrentLoad;
715 entry->fCurrentLoad / 10, threadsData.fLoad, entry->ThreadCount(),
H A Dscheduler_cpu.h197 int32 fCurrentLoad; member in class:Scheduler::CoreEntry
413 atomic_add(&fCurrentLoad, load);
432 atomic_add(&fCurrentLoad, -load);
453 atomic_add(&fCurrentLoad, delta);

Completed in 39 milliseconds