Searched refs:tty_io_nonblock (Results 1 – 3 of 3) sorted by relevance
455 if (tty_io_nonblock(tty, file)) { in n_hdlc_tty_read()543 if (tty_io_nonblock(tty, file)) { in n_hdlc_tty_write()
2152 if (tty_io_nonblock(tty, file)) in n_tty_wait_for_input()2401 if (tty_io_nonblock(tty, file)) { in n_tty_write()
321 static inline bool tty_io_nonblock(struct tty_struct *tty, struct file *file) in tty_io_nonblock() function