Searched defs:rlimit (Results 1 – 2 of 2) sorted by relevance
22 struct rlimit { struct23 rlim_t rlim_cur;24 rlim_t rlim_max;
716 static inline unsigned long rlimit(unsigned int limit) in rlimit() function