Searched refs:nfsd_thread_max (Results 1 - 3 of 3) sorted by relevance

/xnu-2422.115.4/bsd/nfs/
H A Dnfs_syscalls.c190 SYSCTL_INT(_vfs_generic_nfs_server, OID_AUTO, nfsd_thread_max, CTLFLAG_RW | CTLFLAG_LOCKED, &nfsd_thread_max, 0, "");
919 if (nfsd_thread_max <= 0) {
932 if (nfsd_thread_count > nfsd_thread_max) {
1038 if (nfsd_thread_max <= 0)
H A Dnfs.h1093 extern int nfsd_thread_count, nfsd_thread_max;
H A Dnfs_serv.c109 int nfsd_thread_max = 0; variable

Completed in 86 milliseconds