HomeSort by: relevance | last modified time | path
    Searched defs:nfs_niothreads (Results 1 - 2 of 2) 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_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) {

Completed in 45 milliseconds