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

  /src/sys/nfs/
nfs_iod.c 233 while (nfs_numasync != nfs_niothreads && error == 0) {
234 while (nfs_numasync < nfs_niothreads) {
248 nfs_niothreads = nfs_numasync;
251 nfs_numasync++;
253 while (nfs_numasync > nfs_niothreads) {
266 nfs_numasync--;
nfs_bio.c 68 extern int nfs_numasync;
388 if (nfs_numasync > 0 && nmp->nm_readahead > 0 &&
740 if (nfs_numasync == 0)
nfs.h 564 extern int nfs_numasync;
nfs_vnops.c 217 int nfs_numasync = 0; variable in typeref:typename:int

Completed in 16 milliseconds