Searched refs:max_descriptors (Results 1 – 2 of 2) sorted by relevance
74 void IncreaseFdLimitTo(unsigned int max_descriptors) { in IncreaseFdLimitTo() argument77 unsigned int new_limit = max_descriptors; in IncreaseFdLimitTo()78 if (max_descriptors <= limits.rlim_cur) in IncreaseFdLimitTo()80 if (limits.rlim_max > 0 && limits.rlim_max < max_descriptors) { in IncreaseFdLimitTo()
274 BASE_EXPORT void IncreaseFdLimitTo(unsigned int max_descriptors);