Home
last modified time | relevance | path

Searched refs:NFS_MAXREXMIT (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/sys/nfs/
H A Dnfs_socket.c807 if (++rep->r_rexmit > NFS_MAXREXMIT) in nfs_timer()
808 rep->r_rexmit = NFS_MAXREXMIT; in nfs_timer()
851 if (++rep->r_rexmit > NFS_MAXREXMIT) in nfs_timer()
852 rep->r_rexmit = NFS_MAXREXMIT; in nfs_timer()
H A Dnfs.h60 #define NFS_MAXREXMIT 100 /* Stop counting after this many */
58 #define NFS_MAXREXMIT global() macro
H A Dnfs_vfsops.c480 if (nmp->nm_retry > NFS_MAXREXMIT) in nfs_decode_args()
481 nmp->nm_retry = NFS_MAXREXMIT; in nfs_decode_args()
H A Dnfs_clntsocket.c641 rep->r_retry = NFS_MAXREXMIT + 1; /* past clip limit */ in nfs_request()
/netbsd-src/sys/fs/nfs/common/
H A Dnfs.h52 #define NFS_MAXREXMIT 100 /* Stop counting after this many */ macro
/netbsd-src/sys/fs/nfs/client/
H A Dnfs_clvfsops.c627 if (nmp->nm_retry > NFS_MAXREXMIT) in nfs_decode_args()
628 nmp->nm_retry = NFS_MAXREXMIT; in nfs_decode_args()