taglinefilesource code
stopped62include/linux/tty.hint stopped;
stopped567kernel/chr_drv/console.cif (tty->stopped)
stopped24kernel/chr_drv/pty.cwhile (!from->stopped && !EMPTY(from->write_q)) {
stopped194kernel/chr_drv/tty_io.ctty->stopped=1;
stopped199kernel/chr_drv/tty_io.ctty->stopped=0;
stopped262kernel/chr_drv/tty_ioctl.ctty->stopped = 1;
stopped266kernel/chr_drv/tty_ioctl.ctty->stopped = 0;