taglinefilesource code
throttle1692drivers/char/serial.ctty->throttle = rs_throttle;
throttle522drivers/char/tty_io.cif (tty->throttle && (c < SQ_THRESHOLD_LW)
throttle524drivers/char/tty_io.ctty->throttle(tty, TTY_THROTTLE_SQ_FULL);
throttle718drivers/char/tty_io.cif (tty->throttle && (LEFT(&tty->read_q) >= RQ_THRESHOLD_HW)
throttle720drivers/char/tty_io.ctty->throttle(tty, TTY_THROTTLE_RQ_AVAIL);
throttle721drivers/char/tty_io.cif (tty->throttle && (LEFT(&tty->secondary) >= SQ_THRESHOLD_HW)
throttle723drivers/char/tty_io.ctty->throttle(tty, TTY_THROTTLE_SQ_AVAIL);
throttle823drivers/char/tty_io.cif (tty->throttle && (LEFT(&tty->secondary) >= SQ_THRESHOLD_HW)
throttle825drivers/char/tty_io.ctty->throttle(tty, TTY_THROTTLE_SQ_AVAIL);
throttle231include/linux/tty.hvoid (*throttle)(struct tty_struct * tty, int status);