Searched refs:NFS_MAXREXMIT (Results 1 – 3 of 3) sorted by relevance
54 #define NFS_MAXREXMIT 100 /* Stop counting after this many */ macro
50 #define NFS_MAXREXMIT 100 /* Stop counting after this many */ macro
670 if (nmp->nm_retry > NFS_MAXREXMIT) in nfs_decode_args()671 nmp->nm_retry = NFS_MAXREXMIT; in nfs_decode_args()