Searched defs:nfs_async_timeout (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_client.c1179 * nfs_async_timeout is the amount of time a thread will live after it
1184 int nfs_async_timeout = -1; /* uninitialized */ variable
2038 * Dynamic initialization of nfs_async_timeout to allow nfs to be
2041 if (nfs_async_timeout == -1)
2042 nfs_async_timeout = NFS_ASYNC_TIMEOUT;
2094 &mi->mi_async_lock, nfs_async_timeout,

Completed in 85 milliseconds