Home
last modified time | relevance | path

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

/dragonfly/sys/kern/
HDvfs_cache.c139 #define MINPOS 1024 macro
3120 if (xnumunres > poslimit && xnumunres > MINPOS) { in cache_hysteresis()
3130 if (xnumunres > poslimit * 5 / 6 && xnumunres > MINPOS) { in cache_hysteresis()
3155 if (xnumleafs > exclimit && xnumleafs > MINPOS) { in cache_hysteresis()
3165 if (xnumleafs > exclimit * 5 / 6 && xnumleafs > MINPOS) { in cache_hysteresis()
/dragonfly/contrib/less/
HDsearch.c19 #define MINPOS(a,b) (((a) < (b)) ? (a) : (b)) macro