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

/freebsd-11.0-release/sys/nfs/
H A Dnfs_fha.h43 uint32_t max_nfsds_per_fh; member in struct:fha_ctls
H A Dnfs_fha.c65 softc->ctls.max_nfsds_per_fh = FHA_DEF_MAX_NFSDS_PER_FH;
78 snprintf(tmpstr, sizeof(tmpstr), "vfs.%s.fha.max_nfsds_per_fh",
80 TUNABLE_INT_FETCH(tmpstr, &softc->ctls.max_nfsds_per_fh);
99 OID_AUTO, "max_nfsds_per_fh", CTLFLAG_RW,
100 &softc->ctls.max_nfsds_per_fh, 0, "Maximum nfsd threads that "
355 if ((softc->ctls.max_nfsds_per_fh == 0) ||
356 (fhe->num_threads < softc->ctls.max_nfsds_per_fh)) {

Completed in 161 milliseconds