Searched refs:new_rlimit (Results 1 – 2 of 2) sorted by relevance
27 const struct rlimit *new_rlimit, struct rlimit *old_rlimit) in prlimit() argument35 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()
26 const struct rlimit64 *new_rlimit, struct rlimit64 *old_rlimit) in __prlimit64() argument28 return INLINE_SYSCALL_CALL (prlimit64, pid, resource, new_rlimit, in __prlimit64()