Home
last modified time | relevance | path

Searched refs:sys_pidfd_send_signal (Results 1 - 20 of 20) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/pidfd/
H A Dpidfd_test.c77 ret = sys_pidfd_send_signal(pidfd, SIGUSR1, NULL, 0); in test_pidfd_send_signal_simple_success()
125 ret = sys_pidfd_send_signal(pidfd, 0, NULL, 0); in test_pidfd_send_signal_exited_fail()
282 ret = sys_pidfd_send_signal(pidfd, SIGCONT, in test_pidfd_send_signal_recycled_pid_fail()
361 ret = sys_pidfd_send_signal(pidfd, 0, NULL, 0); in test_pidfd_send_signal_syscall_support()
H A Dpidfd_wait.c118 ASSERT_EQ(sys_pidfd_send_signal(pidfd, SIGCONT, NULL, 0), 0); in TEST()
130 ASSERT_EQ(sys_pidfd_send_signal(pidfd, SIGKILL, NULL, 0), 0); in TEST()
214 ASSERT_EQ(sys_pidfd_send_signal(pidfd, SIGCONT, NULL, 0), 0); in TEST()
H A Dpidfd.h102 static inline int sys_pidfd_send_signal(int pidfd, int sig, siginfo_t *info, in sys_pidfd_send_signal() function
H A Dpidfd_poll_test.c80 if (sys_pidfd_send_signal(pidfd, SIGKILL, NULL, 0)) in main()
H A Dpidfd_setns_test.c279 ASSERT_EQ(sys_pidfd_send_signal(self->child_pidfd1, in FIXTURE_TEARDOWN()
281 ASSERT_EQ(sys_pidfd_send_signal(self->child_pidfd2, in FIXTURE_TEARDOWN()
/kernel/linux/linux-6.6/tools/testing/selftests/pidfd/
H A Dpidfd_test.c77 ret = sys_pidfd_send_signal(pidfd, SIGUSR1, NULL, 0); in test_pidfd_send_signal_simple_success()
126 ret = sys_pidfd_send_signal(pidfd, 0, NULL, 0); in test_pidfd_send_signal_exited_fail()
283 ret = sys_pidfd_send_signal(pidfd, SIGCONT, in test_pidfd_send_signal_recycled_pid_fail()
362 ret = sys_pidfd_send_signal(pidfd, 0, NULL, 0); in test_pidfd_send_signal_syscall_support()
H A Dpidfd_wait.c125 ASSERT_EQ(sys_pidfd_send_signal(pidfd, SIGCONT, NULL, 0), 0); in TEST()
139 ASSERT_EQ(sys_pidfd_send_signal(pidfd, SIGKILL, NULL, 0), 0); in TEST()
223 ASSERT_EQ(sys_pidfd_send_signal(pidfd, SIGCONT, NULL, 0), 0); in TEST()
H A Dpidfd.h101 static inline int sys_pidfd_send_signal(int pidfd, int sig, siginfo_t *info, in sys_pidfd_send_signal() function
H A Dpidfd_poll_test.c80 if (sys_pidfd_send_signal(pidfd, SIGKILL, NULL, 0)) in main()
H A Dpidfd_setns_test.c279 ASSERT_EQ(sys_pidfd_send_signal(self->child_pidfd1, in FIXTURE_TEARDOWN()
281 ASSERT_EQ(sys_pidfd_send_signal(self->child_pidfd2, in FIXTURE_TEARDOWN()
/kernel/linux/linux-5.10/samples/pidfd/
H A Dpidfd-metadata.c46 static inline int sys_pidfd_send_signal(int pidfd, int sig, siginfo_t *info, in sys_pidfd_send_signal() function
68 ret = sys_pidfd_send_signal(pidfd, 0, NULL, 0); in pidfd_metadata_fd()
/kernel/linux/linux-6.6/samples/pidfd/
H A Dpidfd-metadata.c46 static inline int sys_pidfd_send_signal(int pidfd, int sig, siginfo_t *info, in sys_pidfd_send_signal() function
68 ret = sys_pidfd_send_signal(pidfd, 0, NULL, 0); in pidfd_metadata_fd()
/kernel/linux/linux-5.10/arch/arm64/include/asm/
H A Dunistd32.h859 __SYSCALL(__NR_pidfd_send_signal, sys_pidfd_send_signal)
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H A Dunistd32.h859 __SYSCALL(__NR_pidfd_send_signal, sys_pidfd_send_signal)
/kernel/linux/linux-5.10/tools/include/uapi/asm-generic/
H A Dunistd.h826 __SYSCALL(__NR_pidfd_send_signal, sys_pidfd_send_signal)
/kernel/linux/linux-5.10/include/uapi/asm-generic/
H A Dunistd.h826 __SYSCALL(__NR_pidfd_send_signal, sys_pidfd_send_signal)
/kernel/linux/linux-6.6/include/uapi/asm-generic/
H A Dunistd.h758 __SYSCALL(__NR_pidfd_send_signal, sys_pidfd_send_signal)
/kernel/linux/linux-6.6/tools/include/uapi/asm-generic/
H A Dunistd.h758 __SYSCALL(__NR_pidfd_send_signal, sys_pidfd_send_signal)
/kernel/linux/linux-5.10/include/linux/
H A Dsyscalls.h1032 asmlinkage long sys_pidfd_send_signal(int pidfd, int sig,
/kernel/linux/linux-6.6/include/linux/
H A Dsyscalls.h927 asmlinkage long sys_pidfd_send_signal(int pidfd, int sig,

Completed in 18 milliseconds