Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/tty/
Dpty.c203 pgrp = tty_get_pgrp(tty->link); in pty_signal()
307 pgrp = tty_get_pgrp(tty); in pty_resize()
308 rpgrp = tty_get_pgrp(pty); in pty_resize()
Dtty_io.c893 struct pid *tty_pgrp = tty_get_pgrp(tty); in disassociate_ctty()
2343 pgrp = tty_get_pgrp(tty); in tty_do_resize()
2513 struct pid *tty_get_pgrp(struct tty_struct *tty) in tty_get_pgrp() function
2524 EXPORT_SYMBOL_GPL(tty_get_pgrp);
2569 pid = tty_get_pgrp(real_tty); in tiocgpgrp()
Dn_tty.c1109 struct pid *tty_pgrp = tty_get_pgrp(tty); in __isig()
/linux-4.1.27/include/linux/
Dtty.h368 extern struct pid *tty_get_pgrp(struct tty_struct *tty);
381 static inline struct pid *tty_get_pgrp(struct tty_struct *tty) in tty_get_pgrp() function
/linux-4.1.27/fs/proc/
Darray.c408 struct pid *pgrp = tty_get_pgrp(sig->tty); in do_task_stat()
/linux-4.1.27/arch/um/drivers/
Dline.c661 pgrp = tty_get_pgrp(tty); in winch_interrupt()