Lines Matching refs:kernel_siginfo_t
568 static void collect_signal(int sig, struct sigpending *list, kernel_siginfo_t *info, in collect_signal()
614 kernel_siginfo_t *info, bool *resched_timer) in __dequeue_signal()
629 int dequeue_signal(struct task_struct *tsk, sigset_t *mask, kernel_siginfo_t *info) in dequeue_signal()
707 static int dequeue_synchronous_signal(kernel_siginfo_t *info) in dequeue_synchronous_signal()
2193 static void ptrace_stop(int exit_code, int why, int clear_code, kernel_siginfo_t *info) in ptrace_stop()
2332 kernel_siginfo_t info; in ptrace_do_notify()
2551 static int ptrace_signal(int signr, kernel_siginfo_t *info) in ptrace_signal()
3319 int copy_siginfo_to_user(siginfo_t __user *to, const kernel_siginfo_t *from) in copy_siginfo_to_user()
3329 static int post_copy_siginfo_from_user(kernel_siginfo_t *info, in post_copy_siginfo_from_user()
3352 static int __copy_siginfo_from_user(int signo, kernel_siginfo_t *to, in __copy_siginfo_from_user()
3361 int copy_siginfo_from_user(kernel_siginfo_t *to, const siginfo_t __user *from) in copy_siginfo_from_user()
3457 static int post_copy_siginfo_from_user32(kernel_siginfo_t *to, in post_copy_siginfo_from_user32()
3562 static int do_sigtimedwait(const sigset_t *which, kernel_siginfo_t *info, in do_sigtimedwait()
3627 kernel_siginfo_t info; in SYSCALL_DEFINE4()
3660 kernel_siginfo_t info; in SYSCALL_DEFINE4()
3692 kernel_siginfo_t info; in COMPAT_SYSCALL_DEFINE4()
3723 kernel_siginfo_t info; in COMPAT_SYSCALL_DEFINE4()
3794 static int copy_siginfo_from_user_any(kernel_siginfo_t *kinfo, in copy_siginfo_from_user_any()
3845 kernel_siginfo_t kinfo; in SYSCALL_DEFINE4()
3970 static int do_rt_sigqueueinfo(pid_t pid, int sig, kernel_siginfo_t *info) in do_rt_sigqueueinfo()
3992 kernel_siginfo_t info; in SYSCALL_DEFINE3()
4005 kernel_siginfo_t info; in COMPAT_SYSCALL_DEFINE3()
4013 static int do_rt_tgsigqueueinfo(pid_t tgid, pid_t pid, int sig, kernel_siginfo_t *info) in do_rt_tgsigqueueinfo()
4032 kernel_siginfo_t info; in SYSCALL_DEFINE4()
4046 kernel_siginfo_t info; in COMPAT_SYSCALL_DEFINE4()
4646 BUILD_BUG_ON(offsetof(siginfo_t, field) != offsetof(kernel_siginfo_t, field)) in siginfo_buildtime_checks()