Home
last modified time | relevance | path

Searched refs:NFS_COTS_TIMEO (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_vfsops.c1141 static uint_t nfs_cots_timeo = NFS_COTS_TIMEO;
H A Dnfs3_vfsops.c1007 static uint_t nfs3_cots_timeo = NFS_COTS_TIMEO;
H A Dnfs4_subr.c1202 #define SHORTWAIT (NFS_COTS_TIMEO / 10)
H A Dnfs4_vfsops.c2166 static uint_t nfs4_cots_timeo = NFS_COTS_TIMEO;
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs.h159 #define NFS_COTS_TIMEO 600 /* initial timeout for cots in 10th of a sec */ macro