Home
last modified time | relevance | path

Searched refs:__group_send_sig_info (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/kernel/time/
Dposix-cpu-timers.c866 __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/
Dsignal.h250 extern int __group_send_sig_info(int, struct siginfo *, struct task_struct *);
/linux-4.1.27/kernel/
Dsignal.c1174 __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/
Dtty_io.c623 __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()