Searched refs:Rlimit (Results 1 – 3 of 3) sorted by relevance
89 struct rlimit Rlimit; variable
158 extern struct rlimit Rlimit; in initialize()198 if (getrlimit(RLIMIT_NOFILE, &Rlimit) == -1) in initialize()201 rlimit.rlim_cur = rlimit.rlim_max = Rlimit.rlim_max; in initialize()
507 extern struct rlimit Rlimit;607 if (setrlimit(RLIMIT_NOFILE, &Rlimit) == -1) {