tag | line | file | source code |
read_q | 155 | include/linux/tty.h | struct tty_queue *read_q; |
read_q | 608 | kernel/chr_drv/console.c | put_tty_queue(*p,tty->read_q); |
read_q | 624 | kernel/chr_drv/console.c | put_tty_queue(buff[i],tty->read_q); |
read_q | 631 | kernel/chr_drv/console.c | put_tty_queue('\033', tty->read_q); |
read_q | 632 | kernel/chr_drv/console.c | put_tty_queue('[', tty->read_q); |
read_q | 634 | kernel/chr_drv/console.c | put_tty_queue(';', tty->read_q); |
read_q | 636 | kernel/chr_drv/console.c | put_tty_queue('R', tty->read_q); |
read_q | 117 | kernel/chr_drv/keyboard.c | EMPTY(tty->read_q))))) { |
read_q | 30 | kernel/chr_drv/pty.c | wake_up(&tty->read_q->proc_list); |
read_q | 34 | kernel/chr_drv/pty.c | interruptible_sleep_on(&tty->link->read_q->proc_list); |
read_q | 45 | kernel/chr_drv/pty.c | wake_up(&tty->read_q->proc_list); |
read_q | 58 | kernel/chr_drv/pty.c | if (FULL(to->read_q)) { |
read_q | 65 | kernel/chr_drv/pty.c | put_tty_queue(c,to->read_q); |
read_q | 92 | kernel/chr_drv/serial.c | struct tty_queue * queue = info->tty->read_q; |
read_q | 98 | kernel/chr_drv/tty_io.c | if (EMPTY(tty->read_q)) |
read_q | 136 | kernel/chr_drv/tty_io.c | if (!(tty && tty->write && tty->read_q && |
read_q | 144 | kernel/chr_drv/tty_io.c | c = get_tty_queue(tty->read_q); |
read_q | 293 | kernel/chr_drv/tty_io.c | if (FULL(tty->read_q)) |
read_q | 314 | kernel/chr_drv/tty_io.c | if (!(tty->read_q && tty->secondary)) |
read_q | 363 | kernel/chr_drv/tty_io.c | wake_up(&tty->read_q->proc_list); |
read_q | 36 | kernel/chr_drv/tty_ioctl.c | if (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(&tty->read_q->proc_list); |
read_q | 57 | kernel/chr_drv/tty_ioctl.c | if (tty->read_q) { |
read_q | 58 | kernel/chr_drv/tty_ioctl.c | flush(tty->read_q); |
read_q | 59 | kernel/chr_drv/tty_ioctl.c | wake_up(&tty->read_q->proc_list); |
read_q | 249 | kernel/chr_drv/tty_ioctl.c | if (!(tty->write_q && tty->read_q && tty->secondary && tty->write)) |