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

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs.h952 __private_extern__ int nfsiod_thread_count, nfsiod_thread_max, nfs_max_async_writes; variable
966 #define NFSIOD_MAX (MIN(nfsiod_thread_max, NFS_MAXASYNCTHREAD))
H A Dnfs_syscalls.c159 SYSCTL_INT(_vfs_generic_nfs_client, OID_AUTO, nfsiod_thread_max, CTLFLAG_RW | CTLFLAG_LOCKED, &nfsiod_thread_max, 0, "");
226 * The pool of up to nfsiod_thread_max threads is launched on demand and exit
H A Dnfs_vfsops.c158 int nfsiod_thread_max = NFS_DEFASYNCTHREAD; variable

Completed in 83 milliseconds