Searched refs:MINPOS (Results 1 – 2 of 2) sorted by relevance
139 #define MINPOS 1024 macro3120 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()
19 #define MINPOS(a,b) (((a) < (b)) ? (a) : (b)) macro