Searched refs:kMaxOomScore (Results 1 – 2 of 2) sorted by relevance
71 if (score < 0 || score > kMaxOomScore) in AdjustOOMScore()94 int converted_score = score * kMaxOldOomScore / kMaxOomScore; in AdjustOOMScore()
39 const int kMaxOomScore = 1000; variable