Searched refs:tty_pgrp (Results 1 – 2 of 2) sorted by relevance
36 struct pid *pgrp, *tty_pgrp; in __tty_check_change() local46 tty_pgrp = tty->ctrl.pgrp; in __tty_check_change()49 if (tty_pgrp && pgrp != tty_pgrp) { in __tty_check_change()63 if (!tty_pgrp) in __tty_check_change()200 struct pid *tty_pgrp = NULL; in tty_signal_session_leader() local222 tty_pgrp = get_pid(tty->ctrl.pgrp); in tty_signal_session_leader()232 if (tty_pgrp) { in tty_signal_session_leader()234 kill_pgrp(tty_pgrp, SIGHUP, exit_session); in tty_signal_session_leader()235 put_pid(tty_pgrp); in tty_signal_session_leader()277 struct pid *tty_pgrp = tty_get_pgrp(tty); in disassociate_ctty() local[all …]
1074 struct pid *tty_pgrp = tty_get_pgrp(tty); in __isig() local1075 if (tty_pgrp) { in __isig()1076 kill_pgrp(tty_pgrp, sig, 1); in __isig()1077 put_pid(tty_pgrp); in __isig()