taglinefilesource code
read_q119include/linux/tty.hstruct tty_queue *read_q;
read_q148include/linux/tty.hif (!EMPTY((tty)->read_q) && !(TTY_READ_BUSY & (tty)->busy)) { \
read_q477kernel/chr_drv/console.cPUTCH(*p,tty->read_q);
read_q26kernel/chr_drv/pty.cif (FULL(to->read_q)) {
read_q33kernel/chr_drv/pty.cPUTCH(c,to->read_q);
read_q65kernel/chr_drv/serial.cif (FULL(tty->read_q))
read_q67kernel/chr_drv/serial.cPUTCH(inb(port),tty->read_q);
read_q90kernel/chr_drv/serial.cif (!(port = tty->read_q->data))
read_q207kernel/chr_drv/serial.cport = tty_table[64+line].read_q->data;
read_q210kernel/chr_drv/serial.cport2 = tty_table[64+(line ^ 2)].read_q->data;
read_q246kernel/chr_drv/serial.cinit(tty_table[64].read_q->data);
read_q247kernel/chr_drv/serial.cinit(tty_table[65].read_q->data);
read_q248kernel/chr_drv/serial.cinit(tty_table[66].read_q->data);
read_q249kernel/chr_drv/serial.cinit(tty_table[67].read_q->data);
read_q92kernel/chr_drv/tty_io.cif (!(tty && tty->write && tty->read_q &&
read_q98kernel/chr_drv/tty_io.cif (EMPTY(tty->read_q))
read_q106kernel/chr_drv/tty_io.cc = GETCH(tty->read_q);
read_q249kernel/chr_drv/tty_io.cif (!(tty->read_q && tty->secondary))
read_q284kernel/chr_drv/tty_io.c!FULL(tty->read_q) && !tty->secondary->data)) {
read_q313kernel/chr_drv/tty_io.cwake_up(&tty->read_q->proc_list);
read_q500kernel/chr_drv/tty_io.cif (port = tty->read_q->data)
read_q34kernel/chr_drv/tty_ioctl.cif (!(port = tty->read_q->data))
read_q74kernel/chr_drv/tty_ioctl.cif (!(port = tty->read_q->data))
read_q247kernel/chr_drv/tty_ioctl.cif (!(tty->write_q && tty->read_q && tty->secondary && tty->write))
read_q253kernel/chr_drv/tty_ioctl.cflush(tty->read_q);
read_q266kernel/chr_drv/tty_ioctl.cflush(tty->read_q);
read_q302kernel/chr_drv/tty_ioctl.cflush(tty->read_q);
read_q309kernel/chr_drv/tty_ioctl.cflush(tty->read_q);
read_q157kernel/chr_drv/vt.cflush(tty->read_q);