Lines Matching defs:nonblock
600 void *data, bool nonblock)
626 if (nonblock)
778 static int wait_port_writable(struct port *port, bool nonblock)
783 if (nonblock)
804 bool nonblock;
813 nonblock = filp->f_flags & O_NONBLOCK;
815 ret = wait_port_writable(port, nonblock);
838 nonblock = true;
840 ret = __send_to_port(port, sg, 1, count, buf, nonblock);
842 if (nonblock && ret > 0)