| tag | line | file | source code |
|---|---|---|---|
| throttle | 1515 | drivers/char/console.c | console_driver.throttle = con_throttle; |
| throttle | 575 | drivers/char/n_tty.c | tty->driver.throttle && |
| throttle | 577 | drivers/char/n_tty.c | tty->driver.throttle(tty); |
| throttle | 2294 | drivers/char/serial.c | serial_driver.throttle = rs_throttle; |
| throttle | 135 | include/linux/tty_driver.h | void (*throttle)(struct tty_struct * tty); |