Home
last modified time | relevance | path

Searched refs:kMaxOomScore (Results 1 – 1 of 1) sorted by relevance

/external/libchrome/sandbox/linux/suid/
Dprocess_util_linux.c28 static const int kMaxOomScore = 1000; variable
34 if (score < 0 || score > kMaxOomScore) in AdjustOOMScore()
67 score = score * kMaxOldOomScore / kMaxOomScore; in AdjustOOMScore()