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()
95 set_bit(TTY_THROTTLED, &tty->flags); in pty_unthrottle()253 set_bit(TTY_THROTTLED, &tty->flags); in pty_open()
292 if (test_bit(TTY_THROTTLED, &tty->flags) || in vcc_rx_check()
624 clear_bit(TTY_THROTTLED, &tty->flags); in __tty_hangup()
359 #define TTY_THROTTLED 0 /* Call unthrottle() at threshold min */ macro393 return test_bit(TTY_THROTTLED, &tty->flags); in tty_throttled()
199 TTY_THROTTLED Driver input is throttled. The ldisc should call