/kernel/linux/linux-5.10/tools/testing/selftests/pidfd/ |
H A D | pidfd.h | 45 #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 D | pidfd_getfd_test.c | 238 #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 D | pidfd.h | 45 #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 D | pidfd_getfd_test.c | 238 #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 D | unistd_32.h | 448 #define __NR_pidfd_getfd 438 macro
|
H A D | unistd_64.h | 370 #define __NR_pidfd_getfd 438 macro
|
H A D | unistd_x32.h | 323 #define __NR_pidfd_getfd (__X32_SYSCALL_BIT + 438) macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-x86/asm/ |
H A D | unistd_32.h | 448 #define __NR_pidfd_getfd 438 macro
|
H A D | unistd_64.h | 370 #define __NR_pidfd_getfd 438 macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-generic/ |
H A D | unistd.h | 401 #define __NR_pidfd_getfd 438 macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/ |
H A D | unistd.h | 401 #define __NR_pidfd_getfd 438 macro
|
/kernel/linux/linux-5.10/arch/arm64/include/asm/ |
H A D | unistd32.h | 886 #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 D | unistd32.h | 886 #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 D | unistd.h | 856 #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 D | unistd.h | 856 #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 D | unistd.h | 789 #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 D | unistd.h | 789 #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 D | unistd_o32.h | 433 #define __NR_pidfd_getfd (__NR_Linux + 438) macro
|
H A D | unistd_n64.h | 363 #define __NR_pidfd_getfd (__NR_Linux + 438) macro
|
H A D | unistd_n32.h | 387 #define __NR_pidfd_getfd (__NR_Linux + 438) macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-arm/asm/ |
H A D | unistd-common.h | 412 #define __NR_pidfd_getfd (__NR_SYSCALL_BASE + 438) macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-arm/asm/ |
H A D | unistd-common.h | 412 #define __NR_pidfd_getfd (__NR_SYSCALL_BASE + 438) macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-mips/asm/ |
H A D | unistd_o32.h | 433 #define __NR_pidfd_getfd (__NR_Linux + 438) macro
|
H A D | unistd_n32.h | 387 #define __NR_pidfd_getfd (__NR_Linux + 438) macro
|
H A D | unistd_n64.h | 363 #define __NR_pidfd_getfd (__NR_Linux + 438) macro
|