| tag | line | file | source code |
| read_q | 198 | include/linux/tty.h | struct tty_queue read_q; |
| read_q | 601 | kernel/chr_drv/console.c | put_tty_queue(*p, &tty->read_q); |
| read_q | 617 | kernel/chr_drv/console.c | put_tty_queue(buff[i], &tty->read_q); |
| read_q | 624 | kernel/chr_drv/console.c | put_tty_queue('\033', &tty->read_q); |
| read_q | 625 | kernel/chr_drv/console.c | put_tty_queue('[', &tty->read_q); |
| read_q | 627 | kernel/chr_drv/console.c | put_tty_queue(';', &tty->read_q); |
| read_q | 629 | kernel/chr_drv/console.c | put_tty_queue('R', &tty->read_q); |
| read_q | 100 | kernel/chr_drv/keyboard.c | EMPTY(&tty->read_q))))) |
| read_q | 117 | kernel/chr_drv/keyboard.c | qp = &tty->read_q; |
| read_q | 134 | 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 | 40 | kernel/chr_drv/pty.c | if (FULL(&to->read_q)) { |
| read_q | 47 | kernel/chr_drv/pty.c | put_tty_queue(c, &to->read_q); |
| read_q | 72 | kernel/chr_drv/pty.c | wake_up_interruptible(&tty->read_q.proc_list); |
| read_q | 76 | 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 | 603 | kernel/chr_drv/serial.c | status, LEFT(&tty->read_q), LEFT(&tty->secondary)); |
| read_q | 105 | kernel/chr_drv/tty_io.c | if (!tty || EMPTY(&tty->read_q)) |
| read_q | 177 | kernel/chr_drv/tty_io.c | wake_up_interruptible(&tty->read_q.proc_list); |
| read_q | 367 | kernel/chr_drv/tty_io.c | c = get_tty_queue(&tty->read_q); |
| read_q | 481 | kernel/chr_drv/tty_io.c | if (tty->throttle && (LEFT(&tty->read_q) >= RQ_THRESHOLD_HW) |
| read_q | 579 | kernel/chr_drv/tty_io.c | wake_up_interruptible(&tty->read_q.proc_list); |
| read_q | 655 | 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); |