tag | line | file | source code |
stopped | 205 | include/linux/tty.h | unsigned char stopped:1, status_changed:1, packet:1, lnext:1; |
stopped | 904 | kernel/chr_drv/console.c | while (!tty->stopped && (c = get_tty_queue(&tty->write_q)) >= 0) { |
stopped | 43 | kernel/chr_drv/pty.c | while (!from->stopped && !EMPTY(&from->write_q)) { |
stopped | 292 | kernel/chr_drv/serial.c | if (info->tty->stopped) { |
stopped | 294 | kernel/chr_drv/serial.c | info->tty->stopped = 0; |
stopped | 298 | kernel/chr_drv/serial.c | info->tty->stopped = !(status & UART_MSR_CTS); |
stopped | 345 | kernel/chr_drv/serial.c | !info->tty->stopped) { |
stopped | 720 | kernel/chr_drv/serial.c | if (!tty || tty->stopped) |
stopped | 1045 | kernel/chr_drv/serial.c | tty->stopped = 0; |
stopped | 1084 | kernel/chr_drv/serial.c | tty->stopped = 0; /* Force flush to succeed */ |
stopped | 612 | kernel/chr_drv/tty_io.c | tty->stopped=1; |
stopped | 619 | kernel/chr_drv/tty_io.c | if (((I_IXANY(tty)) && tty->stopped) || |
stopped | 623 | kernel/chr_drv/tty_io.c | tty->stopped=0; |
stopped | 355 | kernel/chr_drv/tty_ioctl.c | tty->stopped = 1; |
stopped | 359 | kernel/chr_drv/tty_ioctl.c | tty->stopped = 0; |