Home
last modified time | relevance | path

Searched refs:TTY_HUPPING (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
Dtty.h373 #define TTY_HUPPING 19 /* Hangup in progress */ macro
/kernel/linux/linux-5.10/drivers/tty/
Dtty_io.c598 set_bit(TTY_HUPPING, &tty->flags); in __tty_hangup()
654 clear_bit(TTY_HUPPING, &tty->flags); in __tty_hangup()
Dn_tty.c2260 if (test_bit(TTY_HUPPING, &tty->flags)) in n_tty_read()