Home
last modified time | relevance | path

Searched refs:kill_pgrp (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/tty/
H A Dtty_jobctrl.c54 kill_pgrp(pgrp, sig, 1); in __tty_check_change()
226 kill_pgrp(tty_pgrp, SIGHUP, exit_session); in tty_signal_session_leader()
271 kill_pgrp(tty_pgrp, SIGHUP, on_exit); in disassociate_ctty()
273 kill_pgrp(tty_pgrp, SIGCONT, on_exit); in disassociate_ctty()
286 kill_pgrp(old_pgrp, SIGHUP, on_exit); in disassociate_ctty()
287 kill_pgrp(old_pgrp, SIGCONT, on_exit); in disassociate_ctty()
H A Dpty.c208 kill_pgrp(pgrp, sig, 1); in pty_signal()
308 kill_pgrp(pgrp, SIGWINCH, 1); in pty_resize()
310 kill_pgrp(rpgrp, SIGWINCH, 1); in pty_resize()
H A Dn_tty.c1111 kill_pgrp(tty_pgrp, sig, 1); in __isig()
H A Dtty_io.c2326 kill_pgrp(pgrp, SIGWINCH, 1); in tty_do_resize()
/OK3568_Linux_fs/kernel/include/linux/sched/
H A Dsignal.h345 extern int kill_pgrp(struct pid *pid, int sig, int priv);
/OK3568_Linux_fs/kernel/arch/um/drivers/
H A Dline.c651 kill_pgrp(pgrp, SIGWINCH, 1); in winch_interrupt()
/OK3568_Linux_fs/kernel/kernel/
H A Dsignal.c1793 int kill_pgrp(struct pid *pid, int sig, int priv) in kill_pgrp() function
1803 EXPORT_SYMBOL(kill_pgrp);