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