Lines Matching refs:pgrp
630 put_pid(tty->pgrp); in __tty_hangup()
632 tty->pgrp = NULL; in __tty_hangup()
1462 put_pid(tty->pgrp); in release_one_tty()
2136 if (tty->pgrp) { in __tty_fasync()
2137 pid = tty->pgrp; in __tty_fasync()
2236 struct pid *pgrp; in tty_do_resize() local
2244 pgrp = tty_get_pgrp(tty); in tty_do_resize()
2245 if (pgrp) in tty_do_resize()
2246 kill_pgrp(pgrp, SIGWINCH, 1); in tty_do_resize()
2247 put_pid(pgrp); in tty_do_resize()
2986 tty->pgrp = NULL; in alloc_tty_struct()