Home
last modified time | relevance | path

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

/dflybsd-src/sys/kern/
H A Dvfs_cache.c3043 long exclimit; in cache_hysteresis() local
3147 exclimit = maxvnodes * 2; in cache_hysteresis()
3149 exclimit = exclimit * 8 / 10; in cache_hysteresis()
3155 if (xnumleafs > exclimit && xnumleafs > MINPOS) { in cache_hysteresis()
3160 exclimit; in cache_hysteresis()
3165 if (xnumleafs > exclimit * 5 / 6 && xnumleafs > MINPOS) { in cache_hysteresis()
3170 exclimit * 5 / 6; in cache_hysteresis()