Searched refs:NFS_MINTIMEO (Results 1 – 2 of 2) sorted by relevance
818 if (nmp->nm_timeo < NFS_MINTIMEO) in nfs_decode_args()819 nmp->nm_timeo = NFS_MINTIMEO; in nfs_decode_args()
55 #define NFS_MINTIMEO (1 * NFS_HZ) /* Min timeout to use */ macro