Searched refs:TTY_FLUSHING (Results 1 – 2 of 2) sorted by relevance
146 if (test_bit(TTY_FLUSHING, &tty->flags)) { in tty_buffer_flush()418 if (!test_and_set_bit(TTY_FLUSHING, &tty->flags)) { in flush_to_ldisc()450 clear_bit(TTY_FLUSHING, &tty->flags); in flush_to_ldisc()
370 #define TTY_FLUSHING 19 /* Flushing to ldisc in progress */ macro