Searched refs:TTY_THROTTLED (Results 1 – 6 of 6) sorted by relevance
113 if (!test_and_set_bit(TTY_THROTTLED, &tty->flags) && in tty_throttle()137 if (test_and_clear_bit(TTY_THROTTLED, &tty->flags) && in tty_unthrottle()166 set_bit(TTY_THROTTLED, &tty->flags); in tty_throttle_safe()197 clear_bit(TTY_THROTTLED, &tty->flags); in tty_unthrottle_safe()
96 set_bit(TTY_THROTTLED, &tty->flags); in pty_unthrottle()244 set_bit(TTY_THROTTLED, &tty->flags); in pty_open()
293 if (test_bit(TTY_THROTTLED, &tty->flags) || in vcc_rx_check()
627 clear_bit(TTY_THROTTLED, &tty->flags); in __tty_hangup()
364 #define TTY_THROTTLED 0 /* Call unthrottle() at threshold min */ macro405 return test_bit(TTY_THROTTLED, &tty->flags); in tty_throttled()
211 TTY_THROTTLED Driver input is throttled. The ldisc should call