taglinefilesource code
throttle1712drivers/char/serial.ctty->throttle = rs_throttle;
throttle744drivers/char/tty_io.cif (tty->throttle && (c < SQ_THRESHOLD_LW)
throttle746drivers/char/tty_io.ctty->throttle(tty, TTY_THROTTLE_SQ_FULL);
throttle919drivers/char/tty_io.cif (tty->throttle && (LEFT(&tty->read_q) >= RQ_THRESHOLD_HW)
throttle921drivers/char/tty_io.ctty->throttle(tty, TTY_THROTTLE_RQ_AVAIL);
throttle1081drivers/char/tty_io.cif (tty->throttle && (LEFT(&tty->secondary) >= SQ_THRESHOLD_HW)
throttle1083drivers/char/tty_io.ctty->throttle(tty, TTY_THROTTLE_SQ_AVAIL);
throttle261include/linux/tty.hvoid (*throttle)(struct tty_struct * tty, int status);