Lines Matching refs:pgrp
637 put_pid(tty->ctrl.pgrp); in __tty_hangup()
639 tty->ctrl.pgrp = NULL; in __tty_hangup()
1537 put_pid(tty->ctrl.pgrp); in release_one_tty()
2228 if (tty->ctrl.pgrp) { in __tty_fasync()
2229 pid = tty->ctrl.pgrp; in __tty_fasync()
2323 struct pid *pgrp; in tty_do_resize() local
2331 pgrp = tty_get_pgrp(tty); in tty_do_resize()
2332 if (pgrp) in tty_do_resize()
2333 kill_pgrp(pgrp, SIGWINCH, 1); in tty_do_resize()
2334 put_pid(pgrp); in tty_do_resize()
3094 tty->ctrl.pgrp = NULL; in alloc_tty_struct()