nfs_niothreads    242 nfs/nfs.h      extern int nfs_niothreads;
nfs_niothreads    105 nfs/nfs_syscalls.c int nfs_niothreads = -1;
nfs_niothreads    790 nfs/nfs_syscalls.c 		nfs_niothreads = max(0, min(nfs_niothreads, NFS_MAXASYNCDAEMON));
nfs_niothreads    792 nfs/nfs_syscalls.c 		start = nfs_niothreads - have;
nfs_niothreads    805 nfs/nfs_syscalls.c 		if (nfs_niothreads >= 0)
nfs_niothreads    806 nfs/nfs_syscalls.c 			nfs_niothreads = have;
nfs_niothreads    614 nfs/nfs_vfsops.c 	if (nfs_niothreads < 0) {
nfs_niothreads    615 nfs/nfs_vfsops.c 		nfs_niothreads = 4;
nfs_niothreads    876 nfs/nfs_vfsops.c 		rv = sysctl_int(oldp, oldlenp, newp, newlen, &nfs_niothreads);