HomeSort by: relevance | last modified time | path
    Searched refs:nfs_niothreads (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/nfs/
nfs_iod.c 87 int nfs_niothreads = -1; /* == "0, and has never been set" */ variable in typeref:typename:int
231 nfs_niothreads = uimax(0, uimin(newval, NFS_MAXASYNCDAEMON));
233 while (nfs_numasync != nfs_niothreads && error == 0) {
234 while (nfs_numasync < nfs_niothreads) {
248 nfs_niothreads = nfs_numasync;
253 while (nfs_numasync > nfs_niothreads) {
nfs.h 115 extern int nfs_niothreads; /* Number of async_daemons desired */
nfs_vfsops.c 698 if (nfs_niothreads < 0) {
1014 val = nfs_niothreads;

Completed in 37 milliseconds