Searched refs:nfs_numasync (Results 1 – 4 of 4) sorted by relevance
233 while (nfs_numasync != nfs_niothreads && error == 0) { in nfs_set_niothreads()234 while (nfs_numasync < nfs_niothreads) { in nfs_set_niothreads()248 nfs_niothreads = nfs_numasync; in nfs_set_niothreads()251 nfs_numasync++; in nfs_set_niothreads()253 while (nfs_numasync > nfs_niothreads) { in nfs_set_niothreads()266 nfs_numasync--; in nfs_set_niothreads()
68 extern int nfs_numasync;388 if (nfs_numasync > 0 && nmp->nm_readahead > 0 && in nfs_bioread()740 if (nfs_numasync == 0) in nfs_asyncio()
564 extern int nfs_numasync;
217 int nfs_numasync = 0; variable