Home
last modified time | relevance | path

Searched refs:tty_is_writelocked (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/tty/
A Dtty.h89 #define tty_is_writelocked(tty) (mutex_is_locked(&tty->atomic_write_lock)) macro
A Dn_hdlc.c694 if (!tty_is_writelocked(tty) && in n_hdlc_tty_poll()
A Dn_tty.c2377 if (tty->ops->write && !tty_is_writelocked(tty) && in n_tty_poll()
A Dn_gsm.c2686 if (!tty_is_writelocked(tty) && tty_write_room(tty) > 0) in gsmld_poll()

Completed in 14 milliseconds