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