Lines Matching defs:nonblock
606 void *data, bool nonblock)
632 if (nonblock)
784 static int wait_port_writable(struct port *port, bool nonblock)
789 if (nonblock)
810 bool nonblock;
819 nonblock = filp->f_flags & O_NONBLOCK;
821 ret = wait_port_writable(port, nonblock);
844 nonblock = true;
846 ret = __send_to_port(port, sg, 1, count, buf, nonblock);
848 if (nonblock && ret > 0)