taglinefilesource code
stopped149include/linux/tty.hint stopped;
stopped908kernel/chr_drv/console.cwhile (!tty->stopped &&  (c = get_tty_queue(tty->write_q)) >= 0) {
stopped57kernel/chr_drv/pty.cwhile (!from->stopped && !EMPTY(from->write_q)) {
stopped69kernel/chr_drv/serial.cif (info->tty->stopped) return;
stopped79kernel/chr_drv/serial.cif ((info->type != PORT_16550A) || (++i >= 14) || info->tty->stopped)
stopped124kernel/chr_drv/serial.cinfo->tty->stopped = !(status & 0x10);
stopped126kernel/chr_drv/serial.cif (!info->tty->stopped)
stopped204kernel/chr_drv/tty_io.ctty->stopped=1;
stopped209kernel/chr_drv/tty_io.ctty->stopped=0;
stopped519kernel/chr_drv/tty_io.ctty->stopped = 0;
stopped281kernel/chr_drv/tty_ioctl.ctty->stopped = 1;
stopped285kernel/chr_drv/tty_ioctl.ctty->stopped = 0;