Searched refs:sys_prlimit64 (Results 1 - 5 of 5) sorted by relevance

/linux-master/tools/include/nolibc/
H A Dsys.h908 int sys_prlimit64(pid_t pid, int resource, function
920 ret = __sysret(sys_prlimit64(0, resource, NULL, &rlim64));
935 return __sysret(sys_prlimit64(0, resource, &rlim64, NULL));
/linux-master/arch/arm64/include/asm/
H A Dunistd32.h752 __SYSCALL(__NR_prlimit64, sys_prlimit64)
/linux-master/include/uapi/asm-generic/
H A Dunistd.h636 __SYSCALL(__NR_prlimit64, sys_prlimit64)
/linux-master/tools/include/uapi/asm-generic/
H A Dunistd.h636 __SYSCALL(__NR_prlimit64, sys_prlimit64)
/linux-master/include/linux/
H A Dsyscalls.h857 asmlinkage long sys_prlimit64(pid_t pid, unsigned int resource,

Completed in 244 milliseconds