Lines Matching refs:dmtree_t
79 static void dbSplit(dmtree_t * tp, int leafno, int splitsz, int newval);
80 static int dbBackSplit(dmtree_t * tp, int leafno);
81 static int dbJoin(dmtree_t * tp, int leafno, int newval);
82 static void dbAdjTree(dmtree_t * tp, int leafno, int newval);
103 static int dbFindLeaf(dmtree_t * tp, int l2nb, int *leafidx);
1794 rc = dbFindLeaf((dmtree_t *) dcp, l2nb, &leafidx); in dbFindCtl()
2041 if (dbFindLeaf((dmtree_t *) & dp->tree, l2nb, &leafidx)) in dbAllocDmapLev()
2180 dbBackSplit((dmtree_t *) & dp->tree, word); in dbFreeDmap()
2215 dmtree_t *tp = (dmtree_t *) & dp->tree; in dbAllocBits()
2362 dmtree_t *tp = (dmtree_t *) & dp->tree; in dbFreeBits()
2598 rc = dbBackSplit((dmtree_t *) dcp, leafno); in dbAdjCtl()
2603 dbSplit((dmtree_t *) dcp, leafno, dcp->budmin, newval); in dbAdjCtl()
2605 rc = dbJoin((dmtree_t *) dcp, leafno, newval); in dbAdjCtl()
2633 dbJoin((dmtree_t *) dcp, leafno, in dbAdjCtl()
2643 dbBackSplit((dmtree_t *) in dbAdjCtl()
2645 dbSplit((dmtree_t *) dcp, leafno, in dbAdjCtl()
2694 static void dbSplit(dmtree_t * tp, int leafno, int splitsz, int newval) in dbSplit()
2759 static int dbBackSplit(dmtree_t * tp, int leafno) in dbBackSplit()
2838 static int dbJoin(dmtree_t * tp, int leafno, int newval) in dbJoin()
2932 static void dbAdjTree(dmtree_t * tp, int leafno, int newval) in dbAdjTree()
3006 static int dbFindLeaf(dmtree_t * tp, int l2nb, int *leafidx) in dbFindLeaf()