Home
last modified time | relevance | path

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

/haiku/src/system/kernel/scheduler/
H A Dlow_latency.cpp122 if (other == core || otherLoad + kLoadDifference >= coreLoad) in rebalance()
127 int32 difference = coreLoad - otherLoad - kLoadDifference; in rebalance()
175 if (other->GetLoad() + kLoadDifference >= core->GetLoad()) in rebalance_irqs()
H A Dscheduler_common.h43 const int kLoadDifference = kMaxLoad * 20 / 100; variable
H A Dpower_saving.cpp175 return coreNewLoad - otherNewLoad >= kLoadDifference / 2 ? other : core; in rebalance()
257 if (other->GetLoad() + kLoadDifference >= core->GetLoad()) in rebalance_irqs()