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

/haiku/src/system/kernel/scheduler/
H A Dpower_saving.cpp127 int32 threadLoad = threadData->GetLoad() / core->CPUCount(); local
133 if (threadLoad > coreLoad / 3)
138 if (threadLoad >= coreLoad / 2)
148 int32 coreNewLoad = coreLoad - threadLoad;
149 int32 otherNewLoad = other->GetLoad() + threadLoad;
159 return smallTaskCore->GetLoad() + threadLoad < kHighLoad
H A Dlow_latency.cpp103 int32 threadLoad = threadData->GetLoad() / core->CPUCount(); local
104 return difference >= threadLoad ? other : core;

Completed in 42 milliseconds