Searched refs:kMaxOldOomScore (Results 1 – 2 of 2) sorted by relevance
25 static const int kMaxOldOomScore = 15; variable63 score = score * kMaxOldOomScore / kMaxOomScore; in AdjustOOMScore()
171 const int kMaxOldOomScore = 15; in AdjustOOMScore() local173 int converted_score = score * kMaxOldOomScore / kMaxOomScore; in AdjustOOMScore()