Searched refs:NOWAIT (Results 1 – 4 of 4) sorted by relevance
50 #define NOWAIT 0 macro141 if ((rflag & NORUN) || dorun(p, NOWAIT)) { in doconfig()
80 #define NOWAIT 0 /* don't wait for operation of complete */ macro
532 status = RDMA_READ(xdrp->xp_conn, &cl, NOWAIT); in xdrrdma_getbytes()1345 status = RDMA_READ(*conn, &cl, NOWAIT); in xdrrdma_read_from_client()
1207 * stage2/serial.c (fill_input_buf): Take a new argument NOWAIT.1208 If NOWAIT is true, don't loop.