Searched refs:kMaxOomScore (Results 1 – 3 of 3) sorted by relevance
27 static const int kMaxOomScore = 1000; variable33 if (score < 0 || score > kMaxOomScore) in AdjustOOMScore()66 score = score * kMaxOldOomScore / kMaxOomScore; in AdjustOOMScore()
168 if (score < 0 || score > kMaxOomScore) in AdjustOOMScore()191 int converted_score = score * kMaxOldOomScore / kMaxOomScore; in AdjustOOMScore()
52 const int kMaxOomScore = 1000; variable