tag | line | file | source code |
read_q | 119 | include/linux/tty.h | struct tty_queue *read_q; |
read_q | 148 | include/linux/tty.h | if (!EMPTY((tty)->read_q) && !(TTY_READ_BUSY & (tty)->busy)) { \ |
read_q | 477 | kernel/chr_drv/console.c | PUTCH(*p,tty->read_q); |
read_q | 26 | kernel/chr_drv/pty.c | if (FULL(to->read_q)) { |
read_q | 33 | kernel/chr_drv/pty.c | PUTCH(c,to->read_q); |
read_q | 65 | kernel/chr_drv/serial.c | if (FULL(tty->read_q)) |
read_q | 67 | kernel/chr_drv/serial.c | PUTCH(inb(port),tty->read_q); |
read_q | 90 | kernel/chr_drv/serial.c | if (!(port = tty->read_q->data)) |
read_q | 207 | kernel/chr_drv/serial.c | port = tty_table[64+line].read_q->data; |
read_q | 210 | kernel/chr_drv/serial.c | port2 = tty_table[64+(line ^ 2)].read_q->data; |
read_q | 246 | kernel/chr_drv/serial.c | init(tty_table[64].read_q->data); |
read_q | 247 | kernel/chr_drv/serial.c | init(tty_table[65].read_q->data); |
read_q | 248 | kernel/chr_drv/serial.c | init(tty_table[66].read_q->data); |
read_q | 249 | kernel/chr_drv/serial.c | init(tty_table[67].read_q->data); |
read_q | 92 | kernel/chr_drv/tty_io.c | if (!(tty && tty->write && tty->read_q && |
read_q | 98 | kernel/chr_drv/tty_io.c | if (EMPTY(tty->read_q)) |
read_q | 106 | kernel/chr_drv/tty_io.c | c = GETCH(tty->read_q); |
read_q | 249 | kernel/chr_drv/tty_io.c | if (!(tty->read_q && tty->secondary)) |
read_q | 284 | kernel/chr_drv/tty_io.c | !FULL(tty->read_q) && !tty->secondary->data)) { |
read_q | 313 | kernel/chr_drv/tty_io.c | wake_up(&tty->read_q->proc_list); |
read_q | 500 | kernel/chr_drv/tty_io.c | if (port = tty->read_q->data) |
read_q | 34 | kernel/chr_drv/tty_ioctl.c | if (!(port = tty->read_q->data)) |
read_q | 74 | kernel/chr_drv/tty_ioctl.c | if (!(port = tty->read_q->data)) |
read_q | 247 | kernel/chr_drv/tty_ioctl.c | if (!(tty->write_q && tty->read_q && tty->secondary && tty->write)) |
read_q | 253 | kernel/chr_drv/tty_ioctl.c | flush(tty->read_q); |
read_q | 266 | kernel/chr_drv/tty_ioctl.c | flush(tty->read_q); |
read_q | 302 | kernel/chr_drv/tty_ioctl.c | flush(tty->read_q); |
read_q | 309 | kernel/chr_drv/tty_ioctl.c | flush(tty->read_q); |
read_q | 157 | kernel/chr_drv/vt.c | flush(tty->read_q); |