Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dtty.h324 #define TTY_LDISC_CHANGING 20 macro
330 test_bit(TTY_LDISC_CHANGING, &tty->flags); in tty_io_nonblock()
/linux-6.3-rc2/drivers/tty/
A Dtty_ldisc.c310 set_bit(TTY_LDISC_CHANGING, &tty->flags); in tty_ldisc_lock()
325 clear_bit(TTY_LDISC_CHANGING, &tty->flags); in tty_ldisc_unlock()
A Dn_tty.c1718 } while (!test_bit(TTY_LDISC_CHANGING, &tty->flags)); in n_tty_receive_buf_common()

Completed in 10 milliseconds