Lines Matching full:rlim_max
4061 newfds.rlim_max = (maxfds.rlim_max > MIN_OPENFILES) ? maxfds.rlim_max : MIN_OPENFILES;4063 if (newfds.rlim_max != maxfds.rlim_max || newfds.rlim_cur != maxfds.rlim_cur)4067 debugf("maxfds.rlim_max %d", (long)maxfds.rlim_max);