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