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

/haiku/src/system/kernel/scheduler/
H A Dpower_saving.cpp147 int32 threadLoad = threadData->GetLoad() / core->CPUCount(); local
153 if (threadLoad > coreLoad / 3 || !smallTaskCore->CPUMask().Matches(mask))
158 if (threadLoad >= coreLoad / 2)
176 int32 coreNewLoad = coreLoad - threadLoad;
177 int32 otherNewLoad = other->GetLoad() + threadLoad;
187 return smallTaskCore->GetLoad() + threadLoad < kHighLoad
H A Dlow_latency.cpp134 int32 threadLoad = threadData->GetLoad() / core->CPUCount(); local
135 return difference >= threadLoad ? other : core;

Completed in 90 milliseconds