Searched refs:sys_pidfd_getfd (Results 1 – 16 of 16) sorted by relevance
| /linux/tools/testing/selftests/pidfd/ |
| H A D | pidfd_getfd_test.c | 198 fd = sys_pidfd_getfd(self->pidfd, self->remote_fd, 0); in TEST_F() 210 fd = sys_pidfd_getfd(self->pidfd, self->remote_fd, 0); in TEST_F() 229 fd = sys_pidfd_getfd(self->pidfd, UNKNOWN_FD, 0); in TEST_F() 240 ASSERT_EQ(-1, sys_pidfd_getfd(0, 0, 1)); in TEST() 263 EXPECT_EQ(sys_pidfd_getfd(self->pidfd, self->remote_fd, 0), -1); in TEST_F()
|
| H A D | pidfd.h | 260 static inline int sys_pidfd_getfd(int pidfd, int fd, int flags) in sys_pidfd_getfd() function
|
| /linux/tools/perf/arch/mips/entry/syscalls/ |
| H A D | syscall_n64.tbl | 355 438 n64 pidfd_getfd sys_pidfd_getfd
|
| /linux/scripts/ |
| H A D | syscall.tbl | 381 438 common pidfd_getfd sys_pidfd_getfd
|
| /linux/tools/scripts/ |
| H A D | syscall.tbl | 381 438 common pidfd_getfd sys_pidfd_getfd
|
| /linux/tools/perf/arch/s390/entry/syscalls/ |
| H A D | syscall.tbl | 367 438 common pidfd_getfd sys_pidfd_getfd
|
| /linux/tools/perf/arch/sh/entry/syscalls/ |
| H A D | syscall.tbl | 444 438 common pidfd_getfd sys_pidfd_getfd
|
| /linux/tools/perf/arch/xtensa/entry/syscalls/ |
| H A D | syscall.tbl | 411 438 common pidfd_getfd sys_pidfd_getfd
|
| /linux/tools/perf/arch/x86/entry/syscalls/ |
| H A D | syscall_64.tbl | 365 438 common pidfd_getfd sys_pidfd_getfd
|
| H A D | syscall_32.tbl | 446 438 i386 pidfd_getfd sys_pidfd_getfd
|
| /linux/tools/perf/arch/sparc/entry/syscalls/ |
| H A D | syscall.tbl | 486 438 common pidfd_getfd sys_pidfd_getfd
|
| /linux/tools/perf/arch/arm/entry/syscalls/ |
| H A D | syscall.tbl | 455 438 common pidfd_getfd sys_pidfd_getfd
|
| /linux/include/uapi/asm-generic/ |
| H A D | unistd.h | 786 __SYSCALL(__NR_pidfd_getfd, sys_pidfd_getfd)
|
| /linux/tools/include/uapi/asm-generic/ |
| H A D | unistd.h | 786 __SYSCALL(__NR_pidfd_getfd, sys_pidfd_getfd)
|
| /linux/tools/perf/arch/powerpc/entry/syscalls/ |
| H A D | syscall.tbl | 531 438 common pidfd_getfd sys_pidfd_getfd
|
| /linux/include/linux/ |
| H A D | syscalls.h | 983 asmlinkage long sys_pidfd_getfd(int pidfd, int fd, unsigned int flags);
|