Searched refs:kernel_siginfo_t (Results 1 - 14 of 14) sorted by relevance

/linux-master/include/linux/
H A Dcoredump.h20 const kernel_siginfo_t *siginfo;
43 extern void do_coredump(const kernel_siginfo_t *siginfo);
45 static inline void do_coredump(const kernel_siginfo_t *siginfo) {}
H A Dsignal_types.h14 } kernel_siginfo_t; typedef in typeref:struct:kernel_siginfo
25 kernel_siginfo_t info;
69 kernel_siginfo_t info;
H A Dsignal.h15 static inline void copy_siginfo(kernel_siginfo_t *to,
16 const kernel_siginfo_t *from)
21 static inline void clear_siginfo(kernel_siginfo_t *info)
29 const kernel_siginfo_t *from)
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.h343 kernel_siginfo_t info;
H A Dcompat.h430 int copy_siginfo_from_user32(kernel_siginfo_t *to,
433 const kernel_siginfo_t *from);
H A Dsched.h1209 kernel_siginfo_t *last_siginfo;
/linux-master/arch/x86/include/asm/
H A Dcompat.h110 const kernel_siginfo_t *from);
/linux-master/fs/
H A Dsignalfd.c72 kernel_siginfo_t const *kinfo)
155 static ssize_t signalfd_dequeue(struct signalfd_ctx *ctx, kernel_siginfo_t *info,
209 kernel_siginfo_t info;
H A Dcoredump.c519 void do_coredump(const kernel_siginfo_t *siginfo)
H A Dfcntl.c748 kernel_siginfo_t si;
H A Dbinfmt_elf.c1561 const kernel_siginfo_t *siginfo)
/linux-master/kernel/
H A Dsignal.c565 static void collect_signal(int sig, struct sigpending *list, kernel_siginfo_t *info,
611 kernel_siginfo_t *info, bool *resched_timer)
627 kernel_siginfo_t *info, enum pid_type *type)
707 static int dequeue_synchronous_signal(kernel_siginfo_t *info)
2234 kernel_siginfo_t *info)
2386 kernel_siginfo_t info;
2607 static int ptrace_signal(int signr, kernel_siginfo_t *info, enum pid_type type)
3377 int copy_siginfo_to_user(siginfo_t __user *to, const kernel_siginfo_t *from)
3387 static int post_copy_siginfo_from_user(kernel_siginfo_t *info,
3410 static int __copy_siginfo_from_user(int signo, kernel_siginfo_t *t
[all...]
H A Dptrace.c677 static int ptrace_getsiginfo(struct task_struct *child, kernel_siginfo_t *info)
693 static int ptrace_setsiginfo(struct task_struct *child, const kernel_siginfo_t *info)
739 kernel_siginfo_t info;
1016 kernel_siginfo_t siginfo, *si;
1324 kernel_siginfo_t siginfo;
/linux-master/include/linux/sched/
H A Dsignal.h280 kernel_siginfo_t *info, enum pid_type *type);
285 kernel_siginfo_t __info;

Completed in 282 milliseconds