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

/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfsmount.h195 int sent; /* Request send count */ member in struct:nfsmount::__anon342::__anon343
236 #define nm_sent nm_sockstate.udp.sent
H A Dnfs_socket.c137 * Estimate rto for an nfs rpc sent via. an unreliable datagram.
176 * (The sent count and cwnd are scaled for integer arith.)
676 * If sent successfully, R_MUSTRESEND and R_RESENDERR are cleared.
848 NFS_SOCK_DBG(("nfs_send: 0x%llx sent %d/%d error %d\n",
886 * the request sent for congestion window purposes.
1989 int error, sent; local
2007 /* make sure to wait until this async I/O request gets sent */
2017 sent = req->r_flags & R_SENT;
2019 if (error && req->r_callback.rcb_func && !sent)
2351 * The request needs to be (re)sent
[all...]

Completed in 83 milliseconds