Home
last modified time | relevance | path

Searched refs:tty_unthrottle_safe (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/include/linux/
Dtty.h451 extern int tty_unthrottle_safe(struct tty_struct *tty);
/linux-4.4.14/drivers/tty/
Dn_tty.c287 unthrottled = tty_unthrottle_safe(tty); in n_tty_check_unthrottle()
1757 tty_unthrottle_safe(tty); in n_tty_receive_buf_common()
Dtty_ioctl.c187 int tty_unthrottle_safe(struct tty_struct *tty) in tty_unthrottle_safe() function