Searched refs:siginfo (Results 76 - 82 of 82) sorted by relevance

1234

/linux-master/tools/testing/selftests/mm/
H A Duffd-unit-tests.c643 static void sighndl(int sig, siginfo_t *siginfo, void *ptr) argument
/linux-master/include/linux/
H A Dsyscalls.h88 #include <asm/siginfo.h>
542 struct siginfo __user *infop,
/linux-master/arch/loongarch/kernel/
H A Dsignal.c76 struct siginfo rs_info;
971 /* Create siginfo. */
988 * a1 = pointer to siginfo
/linux-master/arch/arm64/kernel/
H A Dsignal.c41 struct siginfo info;
/linux-master/kernel/
H A Dexit.c1722 SYSCALL_DEFINE5(waitid, int, which, pid_t, upid, struct siginfo __user *,
/linux-master/arch/mips/kernel/
H A Dtraps.c63 #include <asm/siginfo.h>
/linux-master/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c13 * we need to use the kernel's siginfo.h file and trick glibc
17 # include <asm/siginfo.h>
3113 /* Might as well check siginfo for sanity while we're here. */
3130 * There is no siginfo on SIGSTOP any more, so we can't verify

Completed in 232 milliseconds

1234