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

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfsmount.h391 #define nm_sent nm_un.v3.udp_sent macro
H A Dnfs_socket.c1384 nmp->nm_sent = 0;
2894 if (!(req->r_flags & R_CWND) && (nmp->nm_sent >= nmp->nm_cwnd)) {
2907 while (nmp->nm_sent >= nmp->nm_cwnd) {
2928 nmp->nm_sent += NFS_CWNDSCALE;
3264 FSDBG(530, R_XID32(req->r_xid), req, nmp->nm_sent, nmp->nm_cwnd);
3265 if (nmp->nm_cwnd <= nmp->nm_sent) {
3273 nmp->nm_sent -= NFS_CWNDSCALE;
3276 if ((nmp->nm_sent < nmp->nm_cwnd) && !TAILQ_EMPTY(&nmp->nm_cwndq)) {
3536 nmp->nm_sent -= NFS_CWNDSCALE;
3537 if ((nmp->nm_sent < nm
[all...]

Completed in 192 milliseconds