taglinefilesource code
stopped1026drivers/char/console.cwhile (!tty->stopped &&  count) {
stopped1336drivers/char/console.cif (tty->stopped)
stopped439drivers/char/keyboard.cif (tty->stopped)
stopped347drivers/char/n_tty.cif (tty->stopped && I_IXON(tty) && I_IXANY(tty) && L_IEXTEN(tty)) {
stopped95drivers/char/pty.cif (!to || tty->stopped)
stopped126drivers/char/pty.cif (!to || tty->stopped)
stopped287drivers/char/serial.ctty->stopped = 0;
stopped408drivers/char/serial.cif (!info->xmit_cnt || info->tty->stopped || info->tty->hw_stopped) {
stopped1186drivers/char/serial.cif (!tty || tty->stopped || tty->hw_stopped || !info->xmit_buf)
stopped1205drivers/char/serial.cif (info->xmit_cnt == 0 || tty->stopped || tty->hw_stopped ||
stopped1248drivers/char/serial.cif (info->xmit_cnt && !tty->stopped && !tty->hw_stopped &&
stopped1768drivers/char/serial.ctty->stopped = 0;    /* Force flush to succeed */
stopped602drivers/char/tty_io.cif (tty->stopped)
stopped604drivers/char/tty_io.ctty->stopped = 1;
stopped616drivers/char/tty_io.cif (!tty->stopped)
stopped618drivers/char/tty_io.ctty->stopped = 0;
stopped197include/linux/tty.hunsigned char stopped:1, hw_stopped:1, packet:1;