Home
last modified time | relevance | path

Searched refs:sys_pidfd_getfd (Results 1 – 20 of 20) sorted by relevance

/linux/tools/testing/selftests/pidfd/
H A Dpidfd_getfd_test.c198 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 Dpidfd.h107 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 Dsyscall.tbl443 438 common pidfd_getfd sys_pidfd_getfd sys_pidfd_getfd
/linux/tools/perf/arch/mips/entry/syscalls/
H A Dsyscall_n64.tbl355 438 n64 pidfd_getfd sys_pidfd_getfd
/linux/arch/mips/kernel/syscalls/
H A Dsyscall_n64.tbl355 438 n64 pidfd_getfd sys_pidfd_getfd
/linux/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl364 438 common pidfd_getfd sys_pidfd_getfd
H A Dsyscall_32.tbl446 438 i386 pidfd_getfd sys_pidfd_getfd
/linux/arch/xtensa/kernel/syscalls/
H A Dsyscall.tbl411 438 common pidfd_getfd sys_pidfd_getfd
/linux/scripts/
H A Dsyscall.tbl381 438 common pidfd_getfd sys_pidfd_getfd
/linux/tools/perf/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl364 438 common pidfd_getfd sys_pidfd_getfd
H A Dsyscall_32.tbl446 438 i386 pidfd_getfd sys_pidfd_getfd
/linux/arch/m68k/kernel/syscalls/
H A Dsyscall.tbl440 438 common pidfd_getfd sys_pidfd_getfd
/linux/arch/microblaze/kernel/syscalls/
H A Dsyscall.tbl446 438 common pidfd_getfd sys_pidfd_getfd
/linux/arch/arm/tools/
H A Dsyscall.tbl455 438 common pidfd_getfd sys_pidfd_getfd
/linux/arch/arm64/tools/
H A Dsyscall_32.tbl452 438 common pidfd_getfd sys_pidfd_getfd
/linux/arch/alpha/kernel/syscalls/
H A Dsyscall.tbl480 548 common pidfd_getfd sys_pidfd_getfd
/linux/include/uapi/asm-generic/
H A Dunistd.h786 __SYSCALL(__NR_pidfd_getfd, sys_pidfd_getfd)
/linux/tools/perf/arch/powerpc/entry/syscalls/
H A Dsyscall.tbl531 438 common pidfd_getfd sys_pidfd_getfd
/linux/tools/include/uapi/asm-generic/
H A Dunistd.h786 __SYSCALL(__NR_pidfd_getfd, sys_pidfd_getfd)
/linux/include/linux/
H A Dsyscalls.h955 asmlinkage long sys_pidfd_getfd(int pidfd, int fd, unsigned int flags);