Home
last modified time | relevance | path

Searched refs:tty_get_pgrp (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/drivers/tty/
Dpty.c208 pgrp = tty_get_pgrp(tty->link); in pty_signal()
312 pgrp = tty_get_pgrp(tty); in pty_resize()
313 rpgrp = tty_get_pgrp(pty); in pty_resize()
Dtty_io.c894 struct pid *tty_pgrp = tty_get_pgrp(tty); in disassociate_ctty()
2337 pgrp = tty_get_pgrp(tty); in tty_do_resize()
2507 struct pid *tty_get_pgrp(struct tty_struct *tty) in tty_get_pgrp() function
2518 EXPORT_SYMBOL_GPL(tty_get_pgrp);
2563 pid = tty_get_pgrp(real_tty); in tiocgpgrp()
Dn_tty.c1109 struct pid *tty_pgrp = tty_get_pgrp(tty); in __isig()
/linux-4.4.14/include/linux/
Dtty.h367 extern struct pid *tty_get_pgrp(struct tty_struct *tty);
380 static inline struct pid *tty_get_pgrp(struct tty_struct *tty) in tty_get_pgrp() function
/linux-4.4.14/arch/um/drivers/
Dline.c661 pgrp = tty_get_pgrp(tty); in winch_interrupt()
/linux-4.4.14/fs/proc/
Darray.c419 struct pid *pgrp = tty_get_pgrp(sig->tty); in do_task_stat()