Home
last modified time | relevance | path

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

/external/chromium_org/sandbox/linux/suid/
Dprocess_util_linux.c25 static const int kMaxOldOomScore = 15; variable
63 score = score * kMaxOldOomScore / kMaxOomScore; in AdjustOOMScore()
/external/chromium_org/base/process/
Dmemory_linux.cc171 const int kMaxOldOomScore = 15; in AdjustOOMScore() local
173 int converted_score = score * kMaxOldOomScore / kMaxOomScore; in AdjustOOMScore()