Home
last modified time | relevance | path

Searched refs:__NR_pidfd_getfd (Results 1 - 25 of 26) sorted by relevance

12

/kernel/linux/linux-5.10/tools/testing/selftests/pidfd/
H A Dpidfd.h45 #ifndef __NR_pidfd_getfd
46 #define __NR_pidfd_getfd -1 macro
110 return syscall(__NR_pidfd_getfd, pidfd, fd, flags); in sys_pidfd_getfd()
H A Dpidfd_getfd_test.c238 #if __NR_pidfd_getfd == -1
241 fprintf(stderr, "__NR_pidfd_getfd undefined. The pidfd_getfd syscall is unavailable. Test aborting\n"); in main()
/kernel/linux/linux-6.6/tools/testing/selftests/pidfd/
H A Dpidfd.h45 #ifndef __NR_pidfd_getfd
46 #define __NR_pidfd_getfd -1 macro
109 return syscall(__NR_pidfd_getfd, pidfd, fd, flags); in sys_pidfd_getfd()
H A Dpidfd_getfd_test.c238 #if __NR_pidfd_getfd == -1
241 fprintf(stderr, "__NR_pidfd_getfd undefined. The pidfd_getfd syscall is unavailable. Test aborting\n"); in main()
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-x86/asm/
H A Dunistd_32.h448 #define __NR_pidfd_getfd 438 macro
H A Dunistd_64.h370 #define __NR_pidfd_getfd 438 macro
H A Dunistd_x32.h323 #define __NR_pidfd_getfd (__X32_SYSCALL_BIT + 438) macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-x86/asm/
H A Dunistd_32.h448 #define __NR_pidfd_getfd 438 macro
H A Dunistd_64.h370 #define __NR_pidfd_getfd 438 macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-generic/
H A Dunistd.h401 #define __NR_pidfd_getfd 438 macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/
H A Dunistd.h401 #define __NR_pidfd_getfd 438 macro
/kernel/linux/linux-5.10/arch/arm64/include/asm/
H A Dunistd32.h886 #define __NR_pidfd_getfd 438 macro
887 __SYSCALL(__NR_pidfd_getfd, sys_pidfd_getfd)
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H A Dunistd32.h886 #define __NR_pidfd_getfd 438 macro
887 __SYSCALL(__NR_pidfd_getfd, sys_pidfd_getfd)
/kernel/linux/linux-5.10/tools/include/uapi/asm-generic/
H A Dunistd.h856 #define __NR_pidfd_getfd 438 macro
857 __SYSCALL(__NR_pidfd_getfd, sys_pidfd_getfd)
/kernel/linux/linux-5.10/include/uapi/asm-generic/
H A Dunistd.h856 #define __NR_pidfd_getfd 438 macro
857 __SYSCALL(__NR_pidfd_getfd, sys_pidfd_getfd)
/kernel/linux/linux-6.6/include/uapi/asm-generic/
H A Dunistd.h789 #define __NR_pidfd_getfd 438 macro
790 __SYSCALL(__NR_pidfd_getfd, sys_pidfd_getfd)
/kernel/linux/linux-6.6/tools/include/uapi/asm-generic/
H A Dunistd.h789 #define __NR_pidfd_getfd 438 macro
790 __SYSCALL(__NR_pidfd_getfd, sys_pidfd_getfd)
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-mips/asm/
H A Dunistd_o32.h433 #define __NR_pidfd_getfd (__NR_Linux + 438) macro
H A Dunistd_n64.h363 #define __NR_pidfd_getfd (__NR_Linux + 438) macro
H A Dunistd_n32.h387 #define __NR_pidfd_getfd (__NR_Linux + 438) macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-arm/asm/
H A Dunistd-common.h412 #define __NR_pidfd_getfd (__NR_SYSCALL_BASE + 438) macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-arm/asm/
H A Dunistd-common.h412 #define __NR_pidfd_getfd (__NR_SYSCALL_BASE + 438) macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-mips/asm/
H A Dunistd_o32.h433 #define __NR_pidfd_getfd (__NR_Linux + 438) macro
H A Dunistd_n32.h387 #define __NR_pidfd_getfd (__NR_Linux + 438) macro
H A Dunistd_n64.h363 #define __NR_pidfd_getfd (__NR_Linux + 438) macro

Completed in 35 milliseconds

12