Searched refs:swappiness_ (Results 1 – 2 of 2) sorted by relevance
633 if (!ParseInt(args[1], &swappiness_, 0)) { in ParseMemcgSwappiness()1083 bool use_memcg = swappiness_ != -1 || soft_limit_in_bytes_ != -1 || limit_in_bytes_ != -1 || in Start()1090 if (swappiness_ != -1) { in Start()1091 if (!setProcessGroupSwappiness(uid_, pid_, swappiness_)) { in Start()
223 int swappiness_ = -1; variable