Searched refs:tty_write_lock (Results 1 – 3 of 3) sorted by relevance
66 int tty_write_lock(struct tty_struct *tty, bool ndelay);
948 int tty_write_lock(struct tty_struct *tty, bool ndelay) in tty_write_lock() function969 ret = tty_write_lock(tty, file->f_flags & O_NDELAY); in iterate_tty_write()1155 if (tty_write_lock(tty, false) < 0) in tty_send_xchar()2481 if (tty_write_lock(tty, false) < 0) in send_break()
500 if (tty_write_lock(tty, false) < 0)