Lines Matching refs:pgrp
637 put_pid(tty->ctrl.pgrp); in __tty_hangup()
639 tty->ctrl.pgrp = NULL; in __tty_hangup()
1539 put_pid(tty->ctrl.pgrp); in release_one_tty()
2230 if (tty->ctrl.pgrp) { in __tty_fasync()
2231 pid = tty->ctrl.pgrp; in __tty_fasync()
2329 struct pid *pgrp; in tty_do_resize() local
2337 pgrp = tty_get_pgrp(tty); in tty_do_resize()
2338 if (pgrp) in tty_do_resize()
2339 kill_pgrp(pgrp, SIGWINCH, 1); in tty_do_resize()
2340 put_pid(pgrp); in tty_do_resize()
3100 tty->ctrl.pgrp = NULL; in alloc_tty_struct()