Searched refs:sys_pidfd_getfd (Results 1 – 20 of 20) 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 | 107 static inline int sys_pidfd_getfd(int pidfd, int fd, int flags) in sys_pidfd_getfd() function
|
/linux/tools/perf/arch/s390/entry/syscalls/ |
H A D | syscall.tbl | 443 438 common pidfd_getfd sys_pidfd_getfd sys_pidfd_getfd
|
/linux/tools/perf/arch/mips/entry/syscalls/ |
H A D | syscall_n64.tbl | 355 438 n64 pidfd_getfd sys_pidfd_getfd
|
/linux/arch/mips/kernel/syscalls/ |
H A D | syscall_n64.tbl | 355 438 n64 pidfd_getfd sys_pidfd_getfd
|
/linux/arch/x86/entry/syscalls/ |
H A D | syscall_64.tbl | 364 438 common pidfd_getfd sys_pidfd_getfd
|
H A D | syscall_32.tbl | 446 438 i386 pidfd_getfd sys_pidfd_getfd
|
/linux/arch/xtensa/kernel/syscalls/ |
H A D | syscall.tbl | 411 438 common pidfd_getfd sys_pidfd_getfd
|
/linux/scripts/ |
H A D | syscall.tbl | 381 438 common pidfd_getfd sys_pidfd_getfd
|
/linux/tools/perf/arch/x86/entry/syscalls/ |
H A D | syscall_64.tbl | 364 438 common pidfd_getfd sys_pidfd_getfd
|
H A D | syscall_32.tbl | 446 438 i386 pidfd_getfd sys_pidfd_getfd
|
/linux/arch/m68k/kernel/syscalls/ |
H A D | syscall.tbl | 440 438 common pidfd_getfd sys_pidfd_getfd
|
/linux/arch/microblaze/kernel/syscalls/ |
H A D | syscall.tbl | 446 438 common pidfd_getfd sys_pidfd_getfd
|
/linux/arch/arm/tools/ |
H A D | syscall.tbl | 455 438 common pidfd_getfd sys_pidfd_getfd
|
/linux/arch/arm64/tools/ |
H A D | syscall_32.tbl | 452 438 common pidfd_getfd sys_pidfd_getfd
|
/linux/arch/alpha/kernel/syscalls/ |
H A D | syscall.tbl | 480 548 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/perf/arch/powerpc/entry/syscalls/ |
H A D | syscall.tbl | 531 438 common 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/include/linux/ |
H A D | syscalls.h | 955 asmlinkage long sys_pidfd_getfd(int pidfd, int fd, unsigned int flags);
|