tag | line | file | source code |
---|---|---|---|
stopped | 114 | include/linux/tty.h | int stopped; |
stopped | 591 | kernel/chr_drv/console.c | while (!tty->stopped && (c = GETCH(tty->write_q)) >= 0) { |
stopped | 25 | kernel/chr_drv/pty.c | while (!from->stopped && !EMPTY(from->write_q)) { |
stopped | 156 | kernel/chr_drv/tty_io.c | tty->stopped=1; |
stopped | 161 | kernel/chr_drv/tty_io.c | tty->stopped=0; |
stopped | 283 | kernel/chr_drv/tty_ioctl.c | tty->stopped = 1; |
stopped | 287 | kernel/chr_drv/tty_ioctl.c | tty->stopped = 0; |