Home
last modified time | relevance | path

Searched refs:kernel_siginfo_t (Results 1 – 11 of 11) sorted by relevance

/linux/include/linux/
H A Dsignal_types.h14 } kernel_siginfo_t; typedef
25 kernel_siginfo_t info;
69 kernel_siginfo_t info;
H A Dsignal.h15 static inline void copy_siginfo(kernel_siginfo_t *to, in copy_siginfo()
16 const kernel_siginfo_t *from) in copy_siginfo()
21 static inline void clear_siginfo(kernel_siginfo_t *info) in clear_siginfo()
29 const kernel_siginfo_t *from) in copy_siginfo_to_external()
36 int copy_siginfo_to_user(siginfo_t __user *to, const kernel_siginfo_t *from);
37 int copy_siginfo_from_user(kernel_siginfo_t *to, const siginfo_t __user *from);
H A Dptrace.h344 kernel_siginfo_t info; in user_single_step_report()
H A Dcompat.h434 int copy_siginfo_from_user32(kernel_siginfo_t *to,
437 const kernel_siginfo_t *from);
H A Dsched.h1317 kernel_siginfo_t *last_siginfo;
/linux/fs/
H A Dsignalfd.c71 static int signalfd_copyinfo(struct iov_iter *to, kernel_siginfo_t const *kinfo) in signalfd_copyinfo()
154 static ssize_t signalfd_dequeue(struct signalfd_ctx *ctx, kernel_siginfo_t *info, in signalfd_dequeue()
207 kernel_siginfo_t info; in signalfd_read_iter()
H A Dfcntl.c870 kernel_siginfo_t si; in send_sigio_to_task()
H A Dbinfmt_elf.c1576 const kernel_siginfo_t *siginfo) in fill_siginfo_note()
/linux/kernel/
H A Dsignal.c553 static void collect_signal(int sig, struct sigpending *list, kernel_siginfo_t *info, in collect_signal()
604 kernel_siginfo_t *info, struct sigqueue **timer_sigq) in __dequeue_signal()
618 int dequeue_signal(sigset_t *mask, kernel_siginfo_t *info, enum pid_type *type) in dequeue_signal()
668 static int dequeue_synchronous_signal(kernel_siginfo_t *info) in dequeue_synchronous_signal()
2353 kernel_siginfo_t *info) in ptrace_stop()
2505 kernel_siginfo_t info; in ptrace_do_notify()
2734 static int ptrace_signal(int signr, kernel_siginfo_t *info, enum pid_type type) in ptrace_signal()
3502 int copy_siginfo_to_user(siginfo_t __user *to, const kernel_siginfo_t *from) in copy_siginfo_to_user()
3512 static int post_copy_siginfo_from_user(kernel_siginfo_t *info, in post_copy_siginfo_from_user()
3535 static int __copy_siginfo_from_user(int signo, kernel_siginfo_t *to, in __copy_siginfo_from_user()
[all …]
H A Dptrace.c703 static int ptrace_getsiginfo(struct task_struct *child, kernel_siginfo_t *info)
719 static int ptrace_setsiginfo(struct task_struct *child, const kernel_siginfo_t *info)
765 kernel_siginfo_t info; in ptrace_peek_siginfo()
1167 kernel_siginfo_t siginfo, *si; in ptrace_request()
1479 kernel_siginfo_t siginfo; in compat_ptrace_request()
/linux/arch/x86/include/asm/
H A Dcompat.h110 const kernel_siginfo_t *from);