Searched refs:converted_score (Results 1 – 1 of 1) sorted by relevance
94 int converted_score = score * kMaxOldOomScore / kMaxOomScore; in AdjustOOMScore() local95 std::string score_str = IntToString(converted_score); in AdjustOOMScore()