Home
last modified time | relevance | path

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

/haiku/src/system/kernel/scheduler/
H A Dscheduler_common.h39 const int kHighLoad = kMaxLoad * 70 / 100; variable
40 const int kMediumLoad = (kHighLoad + kTargetLoad) / 2;
41 const int kVeryHighLoad = (kMaxLoad + kHighLoad) / 2;
H A Dpower_saving.cpp99 if (core == NULL || core->GetLoad() + threadData->GetLoad() >= kHighLoad) { in choose_core()
143 if (coreLoad > kHighLoad) { in rebalance()
184 return smallTaskCore->GetLoad() + threadLoad < kHighLoad in rebalance()
H A Dscheduler_cpu.cpp574 if (newKey > kHighLoad) { in _UpdateLoad()