Searched refs:RL_BUSY (Results 1 - 2 of 2) sorted by relevance

/xnu-2422.115.4/bsd/nfs/
H A Dnfs.h946 #define RL_BUSY 0x0001 /* Locked. */ macro
H A Dnfs_socket.c4569 while (req->r_lflags & RL_BUSY) {
4587 if (req->r_lflags & RL_BUSY)
4589 req->r_lflags |= RL_BUSY;
4611 req->r_lflags &= ~RL_BUSY;

Completed in 80 milliseconds