Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/tty/
Dtty_ioctl.c194 if (tty->flow_change != TTY_UNTHROTTLE_SAFE) in tty_unthrottle_safe()
Dn_tty.c290 tty_set_flow_change(tty, TTY_UNTHROTTLE_SAFE); in n_tty_check_unthrottle()
1751 tty_set_flow_change(tty, TTY_UNTHROTTLE_SAFE); in n_tty_receive_buf_common()
/kernel/linux/linux-5.10/include/linux/
Dtty.h379 #define TTY_UNTHROTTLE_SAFE 2 macro