Searched refs:kHighLoad (Results 1 – 3 of 3) sorted by relevance
39 const int kHighLoad = kMaxLoad * 70 / 100; variable40 const int kMediumLoad = (kHighLoad + kTargetLoad) / 2;41 const int kVeryHighLoad = (kMaxLoad + kHighLoad) / 2;
99 if (core == NULL || core->GetLoad() + threadData->GetLoad() >= kHighLoad) { in choose_core()143 if (coreLoad > kHighLoad) { in rebalance()184 return smallTaskCore->GetLoad() + threadLoad < kHighLoad in rebalance()
574 if (newKey > kHighLoad) { in _UpdateLoad()