Searched refs:swappiness_ (Results 1 – 3 of 3) sorted by relevance
477 if (swappiness_ != -1) { in ConfigureMemcg()478 if (!setProcessGroupSwappiness(proc_attr_.uid, pid_, swappiness_)) { in ConfigureMemcg()706 bool use_memcg = swappiness_ != -1 || soft_limit_in_bytes_ != -1 || limit_in_bytes_ != -1 || in Start()
202 int swappiness_ = -1; variable
318 if (!ParseInt(args[1], &service_->swappiness_, 0)) { in ParseMemcgSwappiness()