taglinefilesource code
get_tty_queue135include/linux/tty.hextern int get_tty_queue(struct tty_queue * queue);
get_tty_queue904kernel/chr_drv/console.cwhile (!tty->stopped &&  (c = get_tty_queue(&tty->write_q)) >= 0) {
get_tty_queue50kernel/chr_drv/pty.cc = get_tty_queue(&from->write_q);
get_tty_queue764kernel/chr_drv/tty_io.cwhile (nr > 0 && ((c = get_tty_queue(&tty->secondary)) >= 0)) {