Home
last modified time | relevance | path

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

/external/chromium_org/sandbox/linux/suid/
Dprocess_util_linux.c27 static const int kMaxOomScore = 1000; variable
33 if (score < 0 || score > kMaxOomScore) in AdjustOOMScore()
66 score = score * kMaxOldOomScore / kMaxOomScore; in AdjustOOMScore()
/external/chromium_org/base/process/
Dmemory_linux.cc168 if (score < 0 || score > kMaxOomScore) in AdjustOOMScore()
191 int converted_score = score * kMaxOldOomScore / kMaxOomScore; in AdjustOOMScore()
Dmemory.h52 const int kMaxOomScore = 1000; variable