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

/haiku/src/system/kernel/scheduler/
H A Dpower_saving.cpp60 CoreEntry* smallTaskCore
62 if (smallTaskCore == NULL)
64 return smallTaskCore;
131 CoreEntry* smallTaskCore = choose_small_task_core(); local
135 return coreLoad > kVeryHighLoad ? smallTaskCore : core;
156 CoreEntry* smallTaskCore = choose_small_task_core();
157 if (smallTaskCore == NULL)
159 return smallTaskCore->GetLoad() + threadLoad < kHighLoad
160 ? smallTaskCore : core;
169 CoreEntry* smallTaskCore local
[all...]

Completed in 81 milliseconds