taglinefilesource code
stopped1073drivers/char/console.cwhile (!tty->stopped &&  count) {
stopped1387drivers/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) {
stopped1197drivers/char/serial.cif (!tty || tty->stopped || tty->hw_stopped || !info->xmit_buf)
stopped1216drivers/char/serial.cif (info->xmit_cnt == 0 || tty->stopped || tty->hw_stopped ||
stopped1259drivers/char/serial.cif (info->xmit_cnt && !tty->stopped && !tty->hw_stopped &&
stopped1782drivers/char/serial.ctty->stopped = 0;    /* Force flush to succeed */
stopped601drivers/char/tty_io.cif (tty->stopped)
stopped603drivers/char/tty_io.ctty->stopped = 1;
stopped615drivers/char/tty_io.cif (!tty->stopped)
stopped617drivers/char/tty_io.ctty->stopped = 0;
stopped197include/linux/tty.hunsigned char stopped:1, hw_stopped:1, packet:1;