Searched refs:ParseMemcgSwappiness (Results 1 – 2 of 2) sorted by relevance
70 Result<void> ParseMemcgSwappiness(std::vector<std::string>&& args);
311 Result<void> ServiceParser::ParseMemcgSwappiness(std::vector<std::string>&& args) { in ParseMemcgSwappiness() function in android::init::ServiceParser555 {"memcg.swappiness", {1, 1, &ServiceParser::ParseMemcgSwappiness}}, in GetParserMap()