Lines Matching defs:dbSplit
66 static void dbSplit(dmtree_t *tp, int leafno, int splitsz, int newval, bool is_ctl);
2256 * of the updated dmap word, dbSplit() will split
2259 dbSplit(tp, word, BUDMIN,
2296 * NOFREE, dbSplit() will split the binary
2300 dbSplit(tp, word, size, NOFREE, false);
2574 * dbSplit(); otherwise (deallocation), use dbJoin() to update
2576 * leaf, dbSplit() will also split the binary buddy system of
2588 * the system prior to calling dbSplit() which assumes
2597 dbSplit((dmtree_t *) dcp, leafno, dcp->budmin, newval, true);
2639 dbSplit((dmtree_t *) dcp, leafno,
2671 * NAME: dbSplit()
2688 static void dbSplit(dmtree_t *tp, int leafno, int splitsz, int newval, bool is_ctl)
2734 * of binary buddy systems and dbSplit() is used to accomplish
2804 dbSplit(tp, bud, cursz, cursz, is_ctl);