Home
last modified time | relevance | path

Searched refs:new_rlimit (Results 1 – 2 of 2) sorted by relevance

/glibc-2.36/sysdeps/unix/sysv/linux/
Dprlimit.c27 const struct rlimit *new_rlimit, struct rlimit *old_rlimit) in prlimit() argument
35 if (new_rlimit != NULL) in prlimit()
37 if (new_rlimit->rlim_cur == RLIM_INFINITY) in prlimit()
40 new_rlimit64_mem.rlim_cur = new_rlimit->rlim_cur; in prlimit()
41 if (new_rlimit->rlim_max == RLIM_INFINITY) in prlimit()
44 new_rlimit64_mem.rlim_max = new_rlimit->rlim_max; in prlimit()
63 if ((new_rlimit == NULL) in prlimit()
71 if ((new_rlimit == NULL) in prlimit()
Dprlimit64.c26 const struct rlimit64 *new_rlimit, struct rlimit64 *old_rlimit) in __prlimit64() argument
28 return INLINE_SYSCALL_CALL (prlimit64, pid, resource, new_rlimit, in __prlimit64()