Lines Matching refs:siginfo_t
546 static void collect_signal(int sig, struct sigpending *list, siginfo_t *info,
592 siginfo_t *info, bool *resched_timer)
607 int dequeue_signal(struct task_struct *tsk, sigset_t *mask, siginfo_t *info)
1970 static void ptrace_stop(int exit_code, int why, int clear_code, siginfo_t *info)
2107 siginfo_t info;
2288 static int ptrace_signal(int signr, siginfo_t *info)
2895 int copy_siginfo_to_user(siginfo_t __user *to, const siginfo_t *from)
3084 static int do_sigtimedwait(const sigset_t *which, siginfo_t *info,
3143 siginfo_t __user *, uinfo, const struct timespec __user *, uts,
3148 siginfo_t info;
3180 siginfo_t info;
3303 static int do_rt_sigqueueinfo(pid_t pid, int sig, siginfo_t *info)
3325 siginfo_t __user *, uinfo)
3327 siginfo_t info;
3328 if (copy_from_user(&info, uinfo, sizeof(siginfo_t)))
3339 siginfo_t info;
3347 static int do_rt_tgsigqueueinfo(pid_t tgid, pid_t pid, int sig, siginfo_t *info)
3366 siginfo_t __user *, uinfo)
3368 siginfo_t info;
3370 if (copy_from_user(&info, uinfo, sizeof(siginfo_t)))
3383 siginfo_t info;