taglinefilesource code
get_tty_queue104include/linux/tty.hextern int get_tty_queue(struct tty_queue * queue);
get_tty_queue908kernel/chr_drv/console.cwhile (!tty->stopped &&  (c = get_tty_queue(tty->write_q)) >= 0) {
get_tty_queue64kernel/chr_drv/pty.cc = get_tty_queue(from->write_q);
get_tty_queue144kernel/chr_drv/tty_io.cc = get_tty_queue(tty->read_q);
get_tty_queue349kernel/chr_drv/tty_io.cwhile (nr > 0 && ((c = get_tty_queue(tty->secondary)) >= 0)) {