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);
1713 rc = dbFindLeaf((dmtree_t *) dcp, l2nb, &leafidx); in dbFindCtl()
1960 if (dbFindLeaf((dmtree_t *) & dp->tree, l2nb, &leafidx)) in dbAllocDmapLev()
2099 dbBackSplit((dmtree_t *) & dp->tree, word); in dbFreeDmap()
2134 dmtree_t *tp = (dmtree_t *) & dp->tree; in dbAllocBits()
2281 dmtree_t *tp = (dmtree_t *) & dp->tree; in dbFreeBits()
2517 rc = dbBackSplit((dmtree_t *) dcp, leafno); in dbAdjCtl()
2524 dbSplit((dmtree_t *) dcp, leafno, dcp->budmin, newval); in dbAdjCtl()
2526 rc = dbJoin((dmtree_t *) dcp, leafno, newval); in dbAdjCtl()
2556 dbJoin((dmtree_t *) dcp, leafno, in dbAdjCtl()
2566 dbBackSplit((dmtree_t *) in dbAdjCtl()
2568 dbSplit((dmtree_t *) dcp, leafno, in dbAdjCtl()
2617 static void dbSplit(dmtree_t * tp, int leafno, int splitsz, int newval) in dbSplit()
2682 static int dbBackSplit(dmtree_t * tp, int leafno) in dbBackSplit()
2761 static int dbJoin(dmtree_t * tp, int leafno, int newval) in dbJoin()
2855 static void dbAdjTree(dmtree_t * tp, int leafno, int newval) in dbAdjTree()
2929 static int dbFindLeaf(dmtree_t * tp, int l2nb, int *leafidx) in dbFindLeaf()