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

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

Completed in 104 milliseconds