Home
last modified time | relevance | path

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

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