Home
last modified time | relevance | path

Searched refs:max_nfsds_per_fh (Results 1 – 2 of 2) sorted by relevance

/NextBSD/sys/nfs/
HDnfs_fha.c65 softc->ctls.max_nfsds_per_fh = FHA_DEF_MAX_NFSDS_PER_FH; in fha_init()
80 TUNABLE_INT_FETCH(tmpstr, &softc->ctls.max_nfsds_per_fh); in fha_init()
100 &softc->ctls.max_nfsds_per_fh, 0, "Maximum nfsd threads that " in fha_init()
355 if ((softc->ctls.max_nfsds_per_fh == 0) || in fha_hash_entry_choose_thread()
356 (fhe->num_threads < softc->ctls.max_nfsds_per_fh)) { in fha_hash_entry_choose_thread()
HDnfs_fha.h43 uint32_t max_nfsds_per_fh; member