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

1234

/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/arch/mips/kernel/
H A Dtraps.c63 #include <asm/siginfo.h>
/linux-master/kernel/
H A Dexit.c1718 SYSCALL_DEFINE5(waitid, int, which, pid_t, upid, struct siginfo __user *,
/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 154 milliseconds

1234