Home
last modified time | relevance | path

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

/NextBSD/sys/fs/nfsclient/
HDnfs_clnfsiod.c86 static unsigned int nfs_iodmaxidle = 120; variable
87 SYSCTL_UINT(_vfs_nfs, OID_AUTO, iodmaxidle, CTLFLAG_RW, &nfs_iodmaxidle, 0,
268 timo = (myiod < nfs_iodmin) ? 0 : nfs_iodmaxidle * hz; in nfssvc_iod()