Home
last modified time | relevance | path

Searched refs:sys_pidfd_getfd (Results 1 – 16 of 16) 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.h260 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 Dsyscall_n64.tbl355 438 n64 pidfd_getfd sys_pidfd_getfd
/linux/scripts/
H A Dsyscall.tbl381 438 common pidfd_getfd sys_pidfd_getfd
/linux/tools/scripts/
H A Dsyscall.tbl381 438 common pidfd_getfd sys_pidfd_getfd
/linux/tools/perf/arch/s390/entry/syscalls/
H A Dsyscall.tbl367 438 common pidfd_getfd sys_pidfd_getfd
/linux/tools/perf/arch/sh/entry/syscalls/
H A Dsyscall.tbl444 438 common pidfd_getfd sys_pidfd_getfd
/linux/tools/perf/arch/xtensa/entry/syscalls/
H A Dsyscall.tbl411 438 common pidfd_getfd sys_pidfd_getfd
/linux/tools/perf/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl365 438 common pidfd_getfd sys_pidfd_getfd
H A Dsyscall_32.tbl446 438 i386 pidfd_getfd sys_pidfd_getfd
/linux/tools/perf/arch/sparc/entry/syscalls/
H A Dsyscall.tbl486 438 common pidfd_getfd sys_pidfd_getfd
/linux/tools/perf/arch/arm/entry/syscalls/
H A Dsyscall.tbl455 438 common pidfd_getfd sys_pidfd_getfd
/linux/include/uapi/asm-generic/
H A Dunistd.h786 __SYSCALL(__NR_pidfd_getfd, sys_pidfd_getfd)
/linux/tools/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/include/linux/
H A Dsyscalls.h983 asmlinkage long sys_pidfd_getfd(int pidfd, int fd, unsigned int flags);