Searched refs:kMaxOomScore (Results 1 – 1 of 1) sorted by relevance
28 static const int kMaxOomScore = 1000; variable34 if (score < 0 || score > kMaxOomScore) in AdjustOOMScore()67 score = score * kMaxOldOomScore / kMaxOomScore; in AdjustOOMScore()