taglinefilesource code
stopped204include/linux/tty.hunsigned char stopped:1, status_changed:1, packet:1, lnext:1;
stopped904kernel/chr_drv/console.cwhile (!tty->stopped &&  (c = get_tty_queue(&tty->write_q)) >= 0) {
stopped43kernel/chr_drv/pty.cwhile (!from->stopped && !EMPTY(&from->write_q)) {
stopped292kernel/chr_drv/serial.cif (info->tty->stopped) {
stopped294kernel/chr_drv/serial.cinfo->tty->stopped = 0;
stopped298kernel/chr_drv/serial.cinfo->tty->stopped = !(status & UART_MSR_CTS);
stopped345kernel/chr_drv/serial.c!info->tty->stopped) {
stopped720kernel/chr_drv/serial.cif (!tty || tty->stopped)
stopped1045kernel/chr_drv/serial.ctty->stopped = 0;
stopped1084kernel/chr_drv/serial.ctty->stopped = 0;    /* Force flush to succeed */
stopped600kernel/chr_drv/tty_io.ctty->stopped=1;
stopped603kernel/chr_drv/tty_io.cif (((I_IXANY(tty)) && tty->stopped) ||
stopped607kernel/chr_drv/tty_io.ctty->stopped=0;
stopped355kernel/chr_drv/tty_ioctl.ctty->stopped = 1;
stopped359kernel/chr_drv/tty_ioctl.ctty->stopped = 0;