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

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_socket.c2758 * rexmit count is also updated if this isn't the first send.
2774 int error, error2, sotype, rexmit, slpflag = 0, needrecon; local
2890 rexmit = (req->r_flags & R_SENT);
2925 if (!rexmit) {
2977 if (rexmit && (++req->r_rexmit > NFS_MAXREXMIT))
2983 if (rexmit)
2997 if (rexmit)

Completed in 25 milliseconds