taglinefilesource code
stopped185include/linux/tty.hunsigned char stopped:1, status_changed:1, packet:1;
stopped903kernel/chr_drv/console.cwhile (!tty->stopped &&  (c = get_tty_queue(&tty->write_q)) >= 0) {
stopped39kernel/chr_drv/pty.cwhile (!from->stopped && !EMPTY(&from->write_q)) {
stopped268kernel/chr_drv/serial.c!info->tty->stopped) {
stopped314kernel/chr_drv/serial.cif (info->tty->stopped) {
stopped316kernel/chr_drv/serial.cinfo->tty->stopped = 0;
stopped320kernel/chr_drv/serial.cinfo->tty->stopped = !(status & UART_MSR_CTS);
stopped342kernel/chr_drv/serial.cif (info->tty->stopped)
stopped353kernel/chr_drv/serial.cwhile (count-- && !info->tty->stopped) {
stopped408kernel/chr_drv/serial.cinfo->tty->stopped = !(status & UART_MSR_CTS);
stopped410kernel/chr_drv/serial.cif (!info->tty->stopped)
stopped581kernel/chr_drv/serial.cif (!tty || tty->stopped || EMPTY(&tty->write_q))
stopped649kernel/chr_drv/serial.ctty->stopped = 0;    /* Force flush to succeed */
stopped429kernel/chr_drv/tty_io.ctty->stopped=1;
stopped432kernel/chr_drv/tty_io.cif (((I_IXANY(tty)) && tty->stopped) ||
stopped437kernel/chr_drv/tty_io.ctty->stopped=0;
stopped301kernel/chr_drv/tty_ioctl.ctty->stopped = 1;
stopped305kernel/chr_drv/tty_ioctl.ctty->stopped = 0;