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

/freebsd-11-stable/sys/nfs/
H A Dnfs_fha.c66 softc->ctls.max_nfsds_per_fh = FHA_DEF_MAX_NFSDS_PER_FH;
89 OID_AUTO, "max_nfsds_per_fh", CTLFLAG_RWTUN,
90 &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)) {
H A Dnfs_fha.h47 uint32_t max_nfsds_per_fh; member in struct:fha_ctls

Completed in 105 milliseconds