Searched refs:NFSD_MAXSERVS (Results 1 – 1 of 1) sorted by relevance
238 #define NFSD_MAXSERVS 8192 in nfsd_serv_free() 722 nthreads[i] = min(nthreads[i], NFSD_MAXSERVS);725 if (tot > NFSD_MAXSERVS) {728 int new = nthreads[i] * NFSD_MAXSERVS / tot; in nfsd_set_nrthreads() 248 #define NFSD_MAXSERVS global() macro