Searched refs:__group_send_sig_info (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/kernel/time/ |
D | posix-cpu-timers.c | 866 __group_send_sig_info(SIGKILL, SEND_SIG_PRIV, tsk); in check_thread_timers() 880 __group_send_sig_info(SIGXCPU, SEND_SIG_PRIV, tsk); in check_thread_timers() 919 __group_send_sig_info(signo, SEND_SIG_PRIV, tsk); in check_cpu_itimer() 972 __group_send_sig_info(SIGKILL, SEND_SIG_PRIV, tsk); in check_process_timers() 979 __group_send_sig_info(SIGXCPU, SEND_SIG_PRIV, tsk); in check_process_timers()
|
/linux-4.1.27/include/linux/ |
D | signal.h | 250 extern int __group_send_sig_info(int, struct siginfo *, struct task_struct *);
|
/linux-4.1.27/kernel/ |
D | signal.c | 1174 __group_send_sig_info(int sig, struct siginfo *info, struct task_struct *p) in __group_send_sig_info() function 1706 __group_send_sig_info(sig, &info, tsk->parent); in do_notify_parent() 1775 __group_send_sig_info(SIGCHLD, &info, parent); in do_notify_parent_cldstop()
|
/linux-4.1.27/drivers/tty/ |
D | tty_io.c | 623 __group_send_sig_info(SIGHUP, SEND_SIG_PRIV, p); in tty_signal_session_leader() 624 __group_send_sig_info(SIGCONT, SEND_SIG_PRIV, p); in tty_signal_session_leader()
|