Searched refs:TTY_LDISC_OPEN (Results 1 – 2 of 2) sorted by relevance
428 WARN_ON(test_and_set_bit(TTY_LDISC_OPEN, &tty->flags)); in tty_ldisc_open()434 clear_bit(TTY_LDISC_OPEN, &tty->flags); in tty_ldisc_open()452 WARN_ON(!test_bit(TTY_LDISC_OPEN, &tty->flags)); in tty_ldisc_close()453 clear_bit(TTY_LDISC_OPEN, &tty->flags); in tty_ldisc_close()
319 #define TTY_LDISC_OPEN 11 macro