| tag | line | file | source code |
| read_q | 198 | include/linux/tty.h | struct tty_queue read_q; |
| read_q | 598 | kernel/chr_drv/console.c | put_tty_queue(*p, &tty->read_q); |
| read_q | 614 | kernel/chr_drv/console.c | put_tty_queue(buff[i], &tty->read_q); |
| read_q | 621 | kernel/chr_drv/console.c | put_tty_queue('\033', &tty->read_q); |
| read_q | 622 | kernel/chr_drv/console.c | put_tty_queue('[', &tty->read_q); |
| read_q | 624 | kernel/chr_drv/console.c | put_tty_queue(';', &tty->read_q); |
| read_q | 626 | kernel/chr_drv/console.c | put_tty_queue('R', &tty->read_q); |
| read_q | 99 | kernel/chr_drv/keyboard.c | EMPTY(&tty->read_q))))) { |
| read_q | 120 | kernel/chr_drv/keyboard.c | qp = &tty->read_q; |
| read_q | 137 | kernel/chr_drv/keyboard.c | qp = &tty->read_q; |
| read_q | 27 | kernel/chr_drv/pty.c | wake_up_interruptible(&tty->read_q.proc_list); |
| read_q | 42 | kernel/chr_drv/pty.c | if (FULL(&to->read_q)) { |
| read_q | 49 | kernel/chr_drv/pty.c | put_tty_queue(c, &to->read_q); |
| read_q | 74 | kernel/chr_drv/pty.c | wake_up_interruptible(&tty->read_q.proc_list); |
| read_q | 78 | kernel/chr_drv/pty.c | interruptible_sleep_on(&tty->link->read_q.proc_list); |
| read_q | 221 | kernel/chr_drv/serial.c | queue = &info->tty->read_q; |
| read_q | 375 | kernel/chr_drv/serial.c | struct tty_queue * queue = &info->tty->read_q; |
| read_q | 606 | kernel/chr_drv/serial.c | status, LEFT(&tty->read_q), LEFT(&tty->secondary)); |
| read_q | 99 | kernel/chr_drv/tty_io.c | if (!tty || EMPTY(&tty->read_q)) |
| read_q | 146 | kernel/chr_drv/tty_io.c | c = get_tty_queue(&tty->read_q); |
| read_q | 260 | kernel/chr_drv/tty_io.c | if (tty->throttle && (LEFT(&tty->read_q) >= RQ_THRESHOLD_HW) |
| read_q | 358 | kernel/chr_drv/tty_io.c | wake_up_interruptible(&tty->read_q.proc_list); |
| read_q | 430 | kernel/chr_drv/tty_io.c | if (FULL(&tty->read_q)) |
| read_q | 37 | kernel/chr_drv/tty_ioctl.c | flush(&tty->read_q); |
| read_q | 38 | kernel/chr_drv/tty_ioctl.c | wake_up_interruptible(&tty->read_q.proc_list); |
| read_q | 55 | kernel/chr_drv/tty_ioctl.c | flush(&tty->read_q); |
| read_q | 56 | kernel/chr_drv/tty_ioctl.c | wake_up_interruptible(&tty->read_q.proc_list); |