Home
last modified time | relevance | path

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

/dragonfly/sys/kern/
H A Dvfs_cache.c212 __read_mostly static int ncposflush = 10; /* burst for positive flush */ variable
213 SYSCTL_INT(_debug, OID_AUTO, ncposflush, CTLFLAG_RW, &ncposflush, 0,
3122 clean_unres = ncposflush; in cache_hysteresis()
3124 clean_unres = ncposflush + xnumunres - in cache_hysteresis()
3132 clean_unres = ncposflush; in cache_hysteresis()
3134 clean_unres = ncposflush + xnumunres - in cache_hysteresis()
3157 clean_excess = ncposflush; in cache_hysteresis()
3159 clean_excess = ncposflush + xnumleafs - in cache_hysteresis()
3167 clean_excess = ncposflush; in cache_hysteresis()
3169 clean_excess = ncposflush + xnumleafs - in cache_hysteresis()