Searched refs:kernel_siginfo_t (Results 1 – 7 of 7) sorted by relevance
14 } kernel_siginfo_t; typedef25 kernel_siginfo_t info;69 kernel_siginfo_t info;
20 const kernel_siginfo_t *siginfo;46 extern void vfs_coredump(const kernel_siginfo_t *siginfo);66 static inline void vfs_coredump(const kernel_siginfo_t *siginfo) {} in vfs_coredump()
15 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);
343 kernel_siginfo_t info; in user_single_step_report()
430 int copy_siginfo_from_user32(kernel_siginfo_t *to,433 const kernel_siginfo_t *from);
1294 kernel_siginfo_t *last_siginfo;
281 extern int dequeue_signal(sigset_t *mask, kernel_siginfo_t *info, enum pid_type *type);286 kernel_siginfo_t __info; in kernel_dequeue_signal()
Completed in 22 milliseconds