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

/external/chromium_org/sandbox/linux/suid/
H A Dprocess_util_linux.c28 static const int kMaxOldOomScore = 15; variable
64 // [0, kMaxOldOomScore], so we scale the score. This may result in some
66 score = score * kMaxOldOomScore / kMaxOomScore;
/external/chromium_org/base/process/
H A Dmemory_linux.cc189 const int kMaxOldOomScore = 15; local
191 int converted_score = score * kMaxOldOomScore / kMaxOomScore;

Completed in 583 milliseconds