tag | line | file | source code |
read_q | 201 | include/linux/tty.h | struct tty_queue read_q; |
read_q | 600 | kernel/chr_drv/console.c | put_tty_queue(*p, &tty->read_q); |
read_q | 616 | kernel/chr_drv/console.c | put_tty_queue(buff[i], &tty->read_q); |
read_q | 623 | kernel/chr_drv/console.c | put_tty_queue('\033', &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(';', &tty->read_q); |
read_q | 628 | kernel/chr_drv/console.c | put_tty_queue('R', &tty->read_q); |
read_q | 144 | kernel/chr_drv/keyboard.c | (L_ECHO(tty) || (EMPTY(&tty->secondary) && EMPTY(&tty->read_q))))) |
read_q | 160 | kernel/chr_drv/keyboard.c | qp = &tty->read_q; |
read_q | 177 | 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 | 241 | kernel/chr_drv/serial.c | queue = &info->tty->read_q; |
read_q | 557 | kernel/chr_drv/serial.c | status, LEFT(&tty->read_q), LEFT(&tty->secondary)); |
read_q | 107 | kernel/chr_drv/tty_io.c | if (!tty || EMPTY(&tty->read_q)) |
read_q | 179 | kernel/chr_drv/tty_io.c | wake_up_interruptible(&tty->read_q.proc_list); |
read_q | 394 | kernel/chr_drv/tty_io.c | c = get_tty_queue(&tty->read_q); |
read_q | 508 | kernel/chr_drv/tty_io.c | if (tty->throttle && (LEFT(&tty->read_q) >= RQ_THRESHOLD_HW) |
read_q | 606 | kernel/chr_drv/tty_io.c | wake_up_interruptible(&tty->read_q.proc_list); |
read_q | 682 | 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); |