Lines Matching refs:BUDMIN
1161 if (leaf[word] < BUDMIN)
1172 nw = BUDSIZE(l2size, BUDMIN);
1252 if (leaf[word] < BUDMIN)
1982 if (dp->tree.stree[leafidx + LEAFIND] < BUDMIN)
2191 dbSplit(tp, word, BUDMIN,
2212 if (leaf[word] < BUDMIN) {
2235 nw = BUDSIZE(size, BUDMIN);
2367 (word, L2LPERDMAP, BUDMIN),
2378 nw = BUDSIZE(size, BUDMIN);
3053 * free buddy size is BUDMIN.
3056 return (BUDMIN);
3059 * free buddy size is BUDMIN-1.
3062 return (BUDMIN - 1);
3836 tp->budmin = BUDMIN;