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.h351 #define TTY_UNTHROTTLE_SAFE 2 macro
/linux-4.4.14/drivers/tty/
Dn_tty.c281 tty_set_flow_change(tty, TTY_UNTHROTTLE_SAFE); in n_tty_check_unthrottle()
1756 tty_set_flow_change(tty, TTY_UNTHROTTLE_SAFE); in n_tty_receive_buf_common()
Dtty_ioctl.c193 if (tty->flow_change != TTY_UNTHROTTLE_SAFE) in tty_unthrottle_safe()