Home
last modified time | relevance | path

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

/haiku/src/system/kernel/scheduler/
H A Dpower_saving.cpp174 int32 otherNewLoad = other->GetLoad() + threadLoad; in rebalance() local
175 return coreNewLoad - otherNewLoad >= kLoadDifference / 2 ? other : core; in rebalance()