Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/time/
Dposix-cpu-timers.c897 __group_send_sig_info(SIGKILL, SEND_SIG_PRIV, tsk); in check_thread_timers()
911 __group_send_sig_info(SIGXCPU, SEND_SIG_PRIV, tsk); in check_thread_timers()
948 __group_send_sig_info(signo, SEND_SIG_PRIV, tsk); in check_cpu_itimer()
1014 __group_send_sig_info(SIGKILL, SEND_SIG_PRIV, tsk); in check_process_timers()
1021 __group_send_sig_info(SIGXCPU, SEND_SIG_PRIV, tsk); in check_process_timers()
/linux-4.4.14/include/linux/
Dsignal.h250 extern int __group_send_sig_info(int, struct siginfo *, struct task_struct *);
/linux-4.4.14/kernel/
Dsignal.c1123 __group_send_sig_info(int sig, struct siginfo *info, struct task_struct *p) in __group_send_sig_info() function
1655 __group_send_sig_info(sig, &info, tsk->parent); in do_notify_parent()
1724 __group_send_sig_info(SIGCHLD, &info, parent); in do_notify_parent_cldstop()
/linux-4.4.14/drivers/tty/
Dtty_io.c635 __group_send_sig_info(SIGHUP, SEND_SIG_PRIV, p); in tty_signal_session_leader()
636 __group_send_sig_info(SIGCONT, SEND_SIG_PRIV, p); in tty_signal_session_leader()