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