Searched refs:NFS_REXMIT_MIN (Results 1 – 4 of 4) sorted by relevance
98 timeout.tv_sec = NFS_REXMIT_MIN; /* Total wait for call */ in nfsread()124 timeout.tv_sec = NFS_REXMIT_MIN; in nfsread()
100 timeout.tv_sec = NFS_REXMIT_MIN; /* Total wait for call */ in nfs3read()126 timeout.tv_sec = NFS_REXMIT_MIN; in nfs3read()
111 timeout.tv_sec = NFS_REXMIT_MIN; in nfs4read()131 timeout.tv_sec = NFS_REXMIT_MIN; in nfs4read()
62 #define NFS_REXMIT_MIN (3) /* NFS retry min in secs */ macro