Home
last modified time | relevance | path

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

/external/libchrome/sandbox/linux/suid/
Dprocess_util_linux.c29 static const int kMaxOldOomScore = 15; variable
67 score = score * kMaxOldOomScore / kMaxOomScore; in AdjustOOMScore()