Searched refs:sys_pidfd_getfd (Results 1 – 24 of 24) sorted by relevance
/Linux-v5.10/tools/testing/selftests/pidfd/ |
D | pidfd_getfd_test.c | 192 fd = sys_pidfd_getfd(self->pidfd, self->remote_fd, 0); in TEST_F() 204 fd = sys_pidfd_getfd(self->pidfd, self->remote_fd, 0); in TEST_F() 223 fd = sys_pidfd_getfd(self->pidfd, UNKNOWN_FD, 0); in TEST_F() 234 ASSERT_EQ(-1, sys_pidfd_getfd(0, 0, 1)); in TEST()
|
D | pidfd.h | 101 static inline int sys_pidfd_getfd(int pidfd, int fd, int flags) in sys_pidfd_getfd() function
|
/Linux-v5.10/arch/s390/kernel/syscalls/ |
D | syscall.tbl | 443 438 common pidfd_getfd sys_pidfd_getfd sys_pidfd_getfd
|
/Linux-v5.10/arch/ia64/kernel/syscalls/ |
D | syscall.tbl | 361 438 common pidfd_getfd sys_pidfd_getfd
|
/Linux-v5.10/arch/mips/kernel/syscalls/ |
D | syscall_n32.tbl | 379 438 n32 pidfd_getfd sys_pidfd_getfd
|
D | syscall_n64.tbl | 355 438 n64 pidfd_getfd sys_pidfd_getfd
|
D | syscall_o32.tbl | 428 438 o32 pidfd_getfd sys_pidfd_getfd
|
/Linux-v5.10/arch/xtensa/kernel/syscalls/ |
D | syscall.tbl | 411 438 common pidfd_getfd sys_pidfd_getfd
|
/Linux-v5.10/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 362 438 common pidfd_getfd sys_pidfd_getfd
|
D | syscall_32.tbl | 445 438 i386 pidfd_getfd sys_pidfd_getfd
|
/Linux-v5.10/tools/perf/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 362 438 common pidfd_getfd sys_pidfd_getfd
|
/Linux-v5.10/arch/arm/tools/ |
D | syscall.tbl | 454 438 common pidfd_getfd sys_pidfd_getfd
|
/Linux-v5.10/arch/m68k/kernel/syscalls/ |
D | syscall.tbl | 440 438 common pidfd_getfd sys_pidfd_getfd
|
/Linux-v5.10/arch/microblaze/kernel/syscalls/ |
D | syscall.tbl | 446 438 common pidfd_getfd sys_pidfd_getfd
|
/Linux-v5.10/arch/parisc/kernel/syscalls/ |
D | syscall.tbl | 438 438 common pidfd_getfd sys_pidfd_getfd
|
/Linux-v5.10/arch/sh/kernel/syscalls/ |
D | syscall.tbl | 443 438 common pidfd_getfd sys_pidfd_getfd
|
/Linux-v5.10/arch/alpha/kernel/syscalls/ |
D | syscall.tbl | 480 548 common pidfd_getfd sys_pidfd_getfd
|
/Linux-v5.10/arch/sparc/kernel/syscalls/ |
D | syscall.tbl | 486 438 common pidfd_getfd sys_pidfd_getfd
|
/Linux-v5.10/include/uapi/asm-generic/ |
D | unistd.h | 857 __SYSCALL(__NR_pidfd_getfd, sys_pidfd_getfd)
|
/Linux-v5.10/tools/include/uapi/asm-generic/ |
D | unistd.h | 857 __SYSCALL(__NR_pidfd_getfd, sys_pidfd_getfd)
|
/Linux-v5.10/arch/arm64/include/asm/ |
D | unistd32.h | 887 __SYSCALL(__NR_pidfd_getfd, sys_pidfd_getfd)
|
/Linux-v5.10/arch/powerpc/kernel/syscalls/ |
D | syscall.tbl | 530 438 common pidfd_getfd sys_pidfd_getfd
|
/Linux-v5.10/tools/perf/arch/powerpc/entry/syscalls/ |
D | syscall.tbl | 521 438 common pidfd_getfd sys_pidfd_getfd
|
/Linux-v5.10/include/linux/ |
D | syscalls.h | 1010 asmlinkage long sys_pidfd_getfd(int pidfd, int fd, unsigned int flags);
|