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()
2190 static void ptrace_stop(int exit_code, int why, int clear_code, kernel_siginfo_t *info) in ptrace_stop()
2328 kernel_siginfo_t info; in ptrace_do_notify()
2547 static int ptrace_signal(int signr, kernel_siginfo_t *info) in ptrace_signal()
3316 int copy_siginfo_to_user(siginfo_t __user *to, const kernel_siginfo_t *from) in copy_siginfo_to_user()
3326 static int post_copy_siginfo_from_user(kernel_siginfo_t *info, in post_copy_siginfo_from_user()
3349 static int __copy_siginfo_from_user(int signo, kernel_siginfo_t *to, in __copy_siginfo_from_user()
3358 int copy_siginfo_from_user(kernel_siginfo_t *to, const siginfo_t __user *from) in copy_siginfo_from_user()
3454 static int post_copy_siginfo_from_user32(kernel_siginfo_t *to, in post_copy_siginfo_from_user32()
3559 static int do_sigtimedwait(const sigset_t *which, kernel_siginfo_t *info, in do_sigtimedwait()
3624 kernel_siginfo_t info; in SYSCALL_DEFINE4()
3657 kernel_siginfo_t info; in SYSCALL_DEFINE4()
3689 kernel_siginfo_t info; in COMPAT_SYSCALL_DEFINE4()
3720 kernel_siginfo_t info; in COMPAT_SYSCALL_DEFINE4()
3791 static int copy_siginfo_from_user_any(kernel_siginfo_t *kinfo, in copy_siginfo_from_user_any()
3842 kernel_siginfo_t kinfo; in SYSCALL_DEFINE4()
3967 static int do_rt_sigqueueinfo(pid_t pid, int sig, kernel_siginfo_t *info) in do_rt_sigqueueinfo()
3989 kernel_siginfo_t info; in SYSCALL_DEFINE3()
4002 kernel_siginfo_t info; in COMPAT_SYSCALL_DEFINE3()
4010 static int do_rt_tgsigqueueinfo(pid_t tgid, pid_t pid, int sig, kernel_siginfo_t *info) in do_rt_tgsigqueueinfo()
4029 kernel_siginfo_t info; in SYSCALL_DEFINE4()
4043 kernel_siginfo_t info; in COMPAT_SYSCALL_DEFINE4()
4679 BUILD_BUG_ON(offsetof(siginfo_t, field) != offsetof(kernel_siginfo_t, field)) in siginfo_buildtime_checks()