Searched refs:__NR_pidfd_send_signal (Results 1 – 13 of 13) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/pidfd/ |
D | pidfd.h | 37 #ifndef __NR_pidfd_send_signal 38 #define __NR_pidfd_send_signal -1 macro 98 return syscall(__NR_pidfd_send_signal, pidfd, sig, info, flags); in sys_pidfd_send_signal()
|
/kernel/linux/linux-5.10/samples/pidfd/ |
D | pidfd-metadata.c | 24 #ifndef __NR_pidfd_send_signal 25 #define __NR_pidfd_send_signal -1 macro 49 return syscall(__NR_pidfd_send_signal, pidfd, sig, info, flags); in sys_pidfd_send_signal()
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-x86/asm/ |
D | unistd_64.h | 356 #define __NR_pidfd_send_signal 424 macro
|
D | unistd_32.h | 434 #define __NR_pidfd_send_signal 424 macro
|
D | unistd_x32.h | 309 #define __NR_pidfd_send_signal (__X32_SYSCALL_BIT + 424) macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/ |
D | unistd.h | 385 #define __NR_pidfd_send_signal 424 macro
|
/kernel/linux/linux-5.10/include/uapi/asm-generic/ |
D | unistd.h | 825 #define __NR_pidfd_send_signal 424 macro 826 __SYSCALL(__NR_pidfd_send_signal, sys_pidfd_send_signal)
|
/kernel/linux/linux-5.10/tools/include/uapi/asm-generic/ |
D | unistd.h | 825 #define __NR_pidfd_send_signal 424 macro 826 __SYSCALL(__NR_pidfd_send_signal, sys_pidfd_send_signal)
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-mips/asm/ |
D | unistd_n64.h | 349 #define __NR_pidfd_send_signal (__NR_Linux + 424) macro
|
D | unistd_n32.h | 373 #define __NR_pidfd_send_signal (__NR_Linux + 424) macro
|
D | unistd_o32.h | 419 #define __NR_pidfd_send_signal (__NR_Linux + 424) macro
|
/kernel/linux/linux-5.10/arch/arm64/include/asm/ |
D | unistd32.h | 858 #define __NR_pidfd_send_signal 424 macro 859 __SYSCALL(__NR_pidfd_send_signal, sys_pidfd_send_signal)
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-arm/asm/ |
D | unistd-common.h | 398 #define __NR_pidfd_send_signal (__NR_SYSCALL_BASE + 424) macro
|