Home | History | Annotate | Download | only in base

Lines Matching full:nofile

310   struct rlimit nofile;
312 if (getrlimit(RLIMIT_NOFILE, &nofile)) {
317 max_fds = nofile.rlim_cur;