taglinefilesource code
stopped188include/linux/tty.hunsigned char stopped:1, status_changed:1, packet:1;
stopped902kernel/chr_drv/console.cwhile (!tty->stopped &&  (c = get_tty_queue(&tty->write_q)) >= 0) {
stopped39kernel/chr_drv/pty.cwhile (!from->stopped && !EMPTY(&from->write_q)) {
stopped288kernel/chr_drv/serial.c!info->tty->stopped) {
stopped331kernel/chr_drv/serial.cif (info->tty->stopped) {
stopped333kernel/chr_drv/serial.cinfo->tty->stopped = 0;
stopped337kernel/chr_drv/serial.cinfo->tty->stopped = !(status & UART_MSR_CTS);
stopped542kernel/chr_drv/serial.cif (!tty || tty->stopped)
stopped602kernel/chr_drv/serial.ctty->stopped = 0;    /* Force flush to succeed */
stopped456kernel/chr_drv/tty_io.ctty->stopped=1;
stopped459kernel/chr_drv/tty_io.cif (((I_IXANY(tty)) && tty->stopped) ||
stopped464kernel/chr_drv/tty_io.ctty->stopped=0;
stopped307kernel/chr_drv/tty_ioctl.ctty->stopped = 1;
stopped311kernel/chr_drv/tty_ioctl.ctty->stopped = 0;