Searched refs:kill_pgrp (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/tty/ |
| H A D | tty_jobctrl.c | 56 kill_pgrp(pgrp, sig, 1); in __tty_check_change() 234 kill_pgrp(tty_pgrp, SIGHUP, exit_session); in tty_signal_session_leader() 280 kill_pgrp(tty_pgrp, SIGHUP, on_exit); in disassociate_ctty() 282 kill_pgrp(tty_pgrp, SIGCONT, on_exit); in disassociate_ctty() 296 kill_pgrp(old_pgrp, SIGHUP, on_exit); in disassociate_ctty() 297 kill_pgrp(old_pgrp, SIGCONT, on_exit); in disassociate_ctty()
|
| H A D | n_tty.c | 1048 kill_pgrp(tty_pgrp, sig, 1); in __isig()
|
| /linux/arch/um/drivers/ |
| H A D | line.c | 661 kill_pgrp(pgrp, SIGWINCH, 1); in winch_interrupt()
|
| /linux/kernel/ |
| H A D | signal.c | 1882 int kill_pgrp(struct pid *pid, int sig, int priv) in kill_pgrp() function 1886 EXPORT_SYMBOL(kill_pgrp);
|