Searched refs:soft_limit_in_bytes_ (Results 1 – 2 of 2) sorted by relevance
659 if (!ParseInt(args[1], &soft_limit_in_bytes_, 0)) { in ParseMemcgSoftLimitInBytes()1083 bool use_memcg = swappiness_ != -1 || soft_limit_in_bytes_ != -1 || limit_in_bytes_ != -1 || in Start()1096 if (soft_limit_in_bytes_ != -1) { in Start()1097 if (!setProcessGroupSoftLimit(uid_, pid_, soft_limit_in_bytes_)) { in Start()
224 int soft_limit_in_bytes_ = -1; variable