Lines Matching refs:BUDMIN
1229 if (leaf[word] < BUDMIN)
1240 nw = BUDSIZE(l2size, BUDMIN);
1320 if (leaf[word] < BUDMIN)
2050 if (dp->tree.stree[leafidx + LEAFIND] < BUDMIN)
2259 dbSplit(tp, word, BUDMIN,
2280 if (leaf[word] < BUDMIN) {
2303 nw = BUDSIZE(size, BUDMIN);
2435 (word, L2LPERDMAP, BUDMIN),
2446 nw = BUDSIZE(size, BUDMIN);
3117 * free buddy size is BUDMIN.
3120 return (BUDMIN);
3123 * free buddy size is BUDMIN-1.
3126 return (BUDMIN - 1);
3900 tp->budmin = BUDMIN;