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

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_socket.c171 * Estimate rto for an nfs rpc sent via. an unreliable datagram.
210 * (The sent count and cwnd are scaled for integer arith.)
2757 * If sent successfully, R_MUSTRESEND and R_RESENDERR are cleared.
2967 NFS_SOCK_DBG(("nfs_send: 0x%llx sent %d/%d error %d\n",
3006 * the request sent for congestion window purposes.
4255 int error, sent; local
4276 /* make sure to wait until this async I/O request gets sent */
4309 sent = req->r_flags & R_SENT;
4311 if (error && req->r_callback.rcb_func && !sent)
4669 * The request needs to be (re)sent
[all...]

Completed in 25 milliseconds