Searched defs:rlimit (Results 1 – 14 of 14) sorted by relevance
42 struct rlimit { struct49 struct rlimit64 { argument
40 kernel_ulong_t *const rlimit = tail_alloc(sizeof(*rlimit) * 2); in main() local
66 kernel_ulong_t *const rlimit = tail_alloc(sizeof(*rlimit) * 2); in main() local
66 uint64_t *const rlimit = tail_alloc(sizeof(*rlimit) * 2); in main() local
18 rlimit program
103 static int rlimit(int keep_open) function
102 static int rlimit(int keep_open) in rlimit() function
2275 class rlimit(Structure): class