Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dvfs_cache.c513 static u_int __read_mostly neg_min; /* the above recomputed against ncsize */ variable
514 SYSCTL_UINT(_vfs_cache_param, OID_AUTO, negmin, CTLFLAG_RD, &neg_min, 0,
1078 neg_min = (ncsize * ncnegminpct) / 100; in cache_recalc_neg_min()
1598 if (lnumneg < neg_min) in cache_neg_evict_cond()