Lines Matching refs:dmtree_t
66 static void dbSplit(dmtree_t * tp, int leafno, int splitsz, int newval);
67 static int dbBackSplit(dmtree_t * tp, int leafno);
68 static int dbJoin(dmtree_t * tp, int leafno, int newval);
69 static void dbAdjTree(dmtree_t * tp, int leafno, int newval);
90 static int dbFindLeaf(dmtree_t * tp, int l2nb, int *leafidx);
1705 rc = dbFindLeaf((dmtree_t *) dcp, l2nb, &leafidx); in dbFindCtl()
1952 if (dbFindLeaf((dmtree_t *) & dp->tree, l2nb, &leafidx)) in dbAllocDmapLev()
2088 dbBackSplit((dmtree_t *) & dp->tree, word); in dbFreeDmap()
2123 dmtree_t *tp = (dmtree_t *) & dp->tree; in dbAllocBits()
2270 dmtree_t *tp = (dmtree_t *) & dp->tree; in dbFreeBits()
2506 rc = dbBackSplit((dmtree_t *) dcp, leafno); in dbAdjCtl()
2513 dbSplit((dmtree_t *) dcp, leafno, dcp->budmin, newval); in dbAdjCtl()
2515 rc = dbJoin((dmtree_t *) dcp, leafno, newval); in dbAdjCtl()
2545 dbJoin((dmtree_t *) dcp, leafno, in dbAdjCtl()
2555 dbBackSplit((dmtree_t *) in dbAdjCtl()
2557 dbSplit((dmtree_t *) dcp, leafno, in dbAdjCtl()
2606 static void dbSplit(dmtree_t * tp, int leafno, int splitsz, int newval) in dbSplit()
2671 static int dbBackSplit(dmtree_t * tp, int leafno) in dbBackSplit()
2750 static int dbJoin(dmtree_t * tp, int leafno, int newval) in dbJoin()
2844 static void dbAdjTree(dmtree_t * tp, int leafno, int newval) in dbAdjTree()
2918 static int dbFindLeaf(dmtree_t * tp, int l2nb, int *leafidx) in dbFindLeaf()