taglinefilesource code
stopped185include/linux/tty.hunsigned char stopped:1, status_changed:1, packet:1;
stopped900kernel/chr_drv/console.cwhile (!tty->stopped &&  (c = get_tty_queue(&tty->write_q)) >= 0) {
stopped41kernel/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) {
stopped409kernel/chr_drv/serial.cinfo->tty->stopped = !(status & UART_MSR_CTS);
stopped411kernel/chr_drv/serial.cif (!info->tty->stopped)
stopped584kernel/chr_drv/serial.cif (!tty || tty->stopped || EMPTY(&tty->write_q))
stopped652kernel/chr_drv/serial.ctty->stopped = 0;    /* Force flush to succeed */
stopped208kernel/chr_drv/tty_io.ctty->stopped=1;
stopped211kernel/chr_drv/tty_io.cif (((I_IXANY(tty)) && tty->stopped) ||
stopped216kernel/chr_drv/tty_io.ctty->stopped=0;
stopped301kernel/chr_drv/tty_ioctl.ctty->stopped = 1;
stopped305kernel/chr_drv/tty_ioctl.ctty->stopped = 0;