taglinefilesource code
stopped180include/linux/tty.hunsigned char stopped:1, status_changed:1, packet:1;
stopped914kernel/chr_drv/console.cwhile (!tty->stopped &&  (c = get_tty_queue(&tty->write_q)) >= 0) {
stopped58kernel/chr_drv/pty.cwhile (!from->stopped && !EMPTY(&from->write_q)) {
stopped129kernel/chr_drv/serial.cif (info->tty->stopped)
stopped140kernel/chr_drv/serial.cwhile (count-- && !info->tty->stopped) {
stopped199kernel/chr_drv/serial.cinfo->tty->stopped = !(status & UART_MSR_CTS);
stopped201kernel/chr_drv/serial.cif (!info->tty->stopped)
stopped207kernel/chr_drv/tty_io.ctty->stopped=1;
stopped214kernel/chr_drv/tty_io.ctty->stopped=0;
stopped295kernel/chr_drv/tty_ioctl.ctty->stopped = 1;
stopped299kernel/chr_drv/tty_ioctl.ctty->stopped = 0;