Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/
Dn_hdlc.c835 if (!tty_is_writelocked(tty) && in n_hdlc_tty_poll()
Dn_tty.c2459 if (tty->ops->write && !tty_is_writelocked(tty) && in n_tty_poll()
Dn_gsm.c2487 if (!tty_is_writelocked(tty) && tty_write_room(tty) > 0) in gsmld_poll()
/linux-4.4.14/include/linux/
Dtty.h527 #define tty_is_writelocked(tty) (mutex_is_locked(&tty->atomic_write_lock)) macro