taglinefilesource code
stopped114include/linux/tty.hint stopped;
stopped591kernel/chr_drv/console.cwhile (!tty->stopped &&  (c = GETCH(tty->write_q)) >= 0) {
stopped25kernel/chr_drv/pty.cwhile (!from->stopped && !EMPTY(from->write_q)) {
stopped156kernel/chr_drv/tty_io.ctty->stopped=1;
stopped161kernel/chr_drv/tty_io.ctty->stopped=0;
stopped283kernel/chr_drv/tty_ioctl.ctty->stopped = 1;
stopped287kernel/chr_drv/tty_ioctl.ctty->stopped = 0;