Searched refs:NFS_MAXREXMIT (Results 1 – 6 of 6) sorted by relevance
807 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()
60 #define NFS_MAXREXMIT 100 /* Stop counting after this many */58 #define NFS_MAXREXMIT global() macro
480 if (nmp->nm_retry > NFS_MAXREXMIT) in nfs_decode_args()481 nmp->nm_retry = NFS_MAXREXMIT; in nfs_decode_args()
641 rep->r_retry = NFS_MAXREXMIT + 1; /* past clip limit */ in nfs_request()
52 #define NFS_MAXREXMIT 100 /* Stop counting after this many */ macro
627 if (nmp->nm_retry > NFS_MAXREXMIT) in nfs_decode_args()628 nmp->nm_retry = NFS_MAXREXMIT; in nfs_decode_args()