Home
last modified time | relevance | path

Searched refs:tty_is_writelocked (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/tty/
H A Dtty.h92 #define tty_is_writelocked(tty) (mutex_is_locked(&tty->atomic_write_lock)) macro
H A Dn_hdlc.c692 if (!tty_is_writelocked(tty) && in n_hdlc_tty_poll()
H A Dn_tty.c2473 if (tty->ops->write && !tty_is_writelocked(tty) && in n_tty_poll()
H A Dn_gsm.c2800 if (!tty_is_writelocked(tty) && tty_write_room(tty) > 0) in gsmld_poll()
/kernel/linux/linux-6.6/drivers/tty/
H A Dtty.h91 #define tty_is_writelocked(tty) (mutex_is_locked(&tty->atomic_write_lock)) macro
H A Dn_hdlc.c668 if (!tty_is_writelocked(tty) && in n_hdlc_tty_poll()
H A Dn_tty.c2472 if (tty->ops->write && !tty_is_writelocked(tty) && in n_tty_poll()
H A Dn_gsm.c3760 if (!tty_is_writelocked(tty) && tty_write_room(tty) > 0) in gsmld_poll()

Completed in 17 milliseconds