Lines Matching refs:si_code
446 if (likely(q->info.si_code != SI_TIMER)) { in __flush_itimer_signals()
577 info->si_code = SI_USER; in collect_signal()
665 if ((info->si_code & __SI_MASK) == __SI_TIMER && info->si_sys_private) { in dequeue_signal()
1066 override_rlimit = (is_si_special(info) || info->si_code >= 0); in __send_signal()
1078 q->info.si_code = SI_USER; in __send_signal()
1086 q->info.si_code = SI_KERNEL; in __send_signal()
1100 if (sig >= SIGRTMIN && info->si_code != SI_USER) { in __send_signal()
1596 BUG_ON(q->info.si_code != SI_TIMER); in send_sigqueue()
1673 info.si_code = CLD_DUMPED; in do_notify_parent()
1675 info.si_code = CLD_KILLED; in do_notify_parent()
1677 info.si_code = CLD_EXITED; in do_notify_parent()
1756 info.si_code = why; in do_notify_parent_cldstop()
1877 if (info && info->si_code >> 8 == PTRACE_EVENT_STOP) in ptrace_stop()
1956 info.si_code = exit_code; in ptrace_do_notify()
2164 info->si_code = SI_USER; in ptrace_signal()
2717 if (from->si_code < 0) in copy_siginfo_to_user()
2731 err |= __put_user((short)from->si_code, &to->si_code); in copy_siginfo_to_user()
2732 switch (from->si_code & __SI_MASK) { in copy_siginfo_to_user()
2757 (from->si_code == BUS_MCEERR_AR || from->si_code == BUS_MCEERR_AO)) in copy_siginfo_to_user()
2761 if (from->si_signo == SIGSEGV && from->si_code == SEGV_BNDERR) { in copy_siginfo_to_user()
2907 info.si_code = SI_USER; in SYSCALL_DEFINE2()
2950 info.si_code = SI_TKILL; in do_tkill()
2997 if ((info->si_code >= 0 || info->si_code == SI_TKILL) && in do_rt_sigqueueinfo()
3045 if ((info->si_code >= 0 || info->si_code == SI_TKILL) && in do_rt_tgsigqueueinfo()