Searched refs:tty_write_lock (Results 1 – 3 of 3) sorted by relevance
71 int tty_write_lock(struct tty_struct *tty, bool ndelay);
946 int tty_write_lock(struct tty_struct *tty, bool ndelay) in tty_write_lock() function967 ret = tty_write_lock(tty, file->f_flags & O_NDELAY); in iterate_tty_write()1157 if (tty_write_lock(tty, false) < 0) in tty_send_xchar()2489 if (tty_write_lock(tty, false) < 0) in send_break()
492 if (tty_write_lock(tty, false) < 0)