Lines Matching refs:si_code
441 if (likely(q->info.si_code != SI_TIMER)) { in __flush_itimer_signals()
537 info->si_code = SI_USER; in collect_signal()
614 if ((info->si_code & __SI_MASK) == __SI_TIMER && info->si_sys_private) { in dequeue_signal()
1015 override_rlimit = (is_si_special(info) || info->si_code >= 0); in __send_signal()
1027 q->info.si_code = SI_USER; in __send_signal()
1035 q->info.si_code = SI_KERNEL; in __send_signal()
1049 if (sig >= SIGRTMIN && info->si_code != SI_USER) { in __send_signal()
1545 BUG_ON(q->info.si_code != SI_TIMER); in send_sigqueue()
1622 info.si_code = CLD_DUMPED; in do_notify_parent()
1624 info.si_code = CLD_KILLED; in do_notify_parent()
1626 info.si_code = CLD_EXITED; in do_notify_parent()
1705 info.si_code = why; in do_notify_parent_cldstop()
1826 if (info && info->si_code >> 8 == PTRACE_EVENT_STOP) in ptrace_stop()
1905 info.si_code = exit_code; in ptrace_do_notify()
2113 info->si_code = SI_USER; in ptrace_signal()
2663 if (from->si_code < 0) in copy_siginfo_to_user()
2677 err |= __put_user((short)from->si_code, &to->si_code); in copy_siginfo_to_user()
2678 switch (from->si_code & __SI_MASK) { in copy_siginfo_to_user()
2703 (from->si_code == BUS_MCEERR_AR || from->si_code == BUS_MCEERR_AO)) in copy_siginfo_to_user()
2707 if (from->si_signo == SIGSEGV && from->si_code == SEGV_BNDERR) { in copy_siginfo_to_user()
2853 info.si_code = SI_USER; in SYSCALL_DEFINE2()
2896 info.si_code = SI_TKILL; in do_tkill()
2943 if ((info->si_code >= 0 || info->si_code == SI_TKILL) && in do_rt_sigqueueinfo()
2991 if ((info->si_code >= 0 || info->si_code == SI_TKILL) && in do_rt_tgsigqueueinfo()