taglinefilesource code
stopped217include/linux/tty.hunsigned char stopped:1, status_changed:1, packet:1, lnext:1;
stopped973kernel/chr_drv/console.cwhile (!tty->stopped &&  (c = get_tty_queue(&tty->write_q)) >= 0) {
stopped54kernel/chr_drv/pty.cwhile (!from->stopped && !EMPTY(&from->write_q)) {
stopped424kernel/chr_drv/serial.cif (info->tty->stopped) {
stopped429kernel/chr_drv/serial.cinfo->tty->stopped = 0;
stopped438kernel/chr_drv/serial.cinfo->tty->stopped = 1;
stopped493kernel/chr_drv/serial.c!info->tty->stopped) {
stopped953kernel/chr_drv/serial.cif (!tty || tty->stopped)
stopped1400kernel/chr_drv/serial.ctty->stopped = 0;
stopped1440kernel/chr_drv/serial.ctty->stopped = 0;    /* Force flush to succeed */
stopped623kernel/chr_drv/tty_io.ctty->stopped=1;
stopped632kernel/chr_drv/tty_io.cif (((I_IXANY(tty)) && tty->stopped) ||
stopped636kernel/chr_drv/tty_io.ctty->stopped=0;
stopped452kernel/chr_drv/tty_ioctl.ctty->stopped = 1;
stopped458kernel/chr_drv/tty_ioctl.ctty->stopped = 0;