Searched refs:NFS_MINTIMEO (Results 1 – 4 of 4) sorted by relevance
57 #define NFS_MINTIMEO (1 * NFS_HZ) /* Min timeout to use */55 #define NFS_MINTIMEO global() macro
472 if (nmp->nm_timeo < NFS_MINTIMEO) in nfs_decode_args()473 nmp->nm_timeo = NFS_MINTIMEO; in nfs_decode_args()
47 #define NFS_MINTIMEO (1 * NFS_HZ) /* Min timeout to use */ macro
619 if (nmp->nm_timeo < NFS_MINTIMEO) in nfs_decode_args()620 nmp->nm_timeo = NFS_MINTIMEO; in nfs_decode_args()