taglinefilesource code
stopped1360drivers/char/console.cwhile (!tty->stopped &&  count) {
stopped1745drivers/char/console.cif (tty->stopped)
stopped641drivers/char/keyboard.cif (tty->stopped)
stopped348drivers/char/n_tty.cif (tty->stopped && I_IXON(tty) && I_IXANY(tty) && L_IEXTEN(tty)) {
stopped119drivers/char/pty.cif (!to || tty->stopped)
stopped150drivers/char/pty.cif (!to || tty->stopped)
stopped414drivers/char/serial.cif ((info->xmit_cnt <= 0) || info->tty->stopped ||
stopped1226drivers/char/serial.cif (info->xmit_cnt <= 0 || tty->stopped || tty->hw_stopped ||
stopped1273drivers/char/serial.cif (info->xmit_cnt && !tty->stopped && !tty->hw_stopped &&
stopped607drivers/char/tty_io.cif (tty->stopped)
stopped609drivers/char/tty_io.ctty->stopped = 1;
stopped621drivers/char/tty_io.cif (!tty->stopped)
stopped623drivers/char/tty_io.ctty->stopped = 0;
stopped205include/linux/tty.hunsigned char stopped:1, hw_stopped:1, packet:1;