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);
1763 rc = dbFindLeaf((dmtree_t *) dcp, l2nb, &leafidx); in dbFindCtl()
2010 if (dbFindLeaf((dmtree_t *) & dp->tree, l2nb, &leafidx)) in dbAllocDmapLev()
2146 dbBackSplit((dmtree_t *) & dp->tree, word); in dbFreeDmap()
2181 dmtree_t *tp = (dmtree_t *) & dp->tree; in dbAllocBits()
2328 dmtree_t *tp = (dmtree_t *) & dp->tree; in dbFreeBits()
2564 rc = dbBackSplit((dmtree_t *) dcp, leafno); in dbAdjCtl()
2569 dbSplit((dmtree_t *) dcp, leafno, dcp->budmin, newval); in dbAdjCtl()
2571 rc = dbJoin((dmtree_t *) dcp, leafno, newval); in dbAdjCtl()
2599 dbJoin((dmtree_t *) dcp, leafno, in dbAdjCtl()
2609 dbBackSplit((dmtree_t *) in dbAdjCtl()
2611 dbSplit((dmtree_t *) dcp, leafno, in dbAdjCtl()
2660 static void dbSplit(dmtree_t * tp, int leafno, int splitsz, int newval) in dbSplit()
2725 static int dbBackSplit(dmtree_t * tp, int leafno) in dbBackSplit()
2804 static int dbJoin(dmtree_t * tp, int leafno, int newval) in dbJoin()
2898 static void dbAdjTree(dmtree_t * tp, int leafno, int newval) in dbAdjTree()
2972 static int dbFindLeaf(dmtree_t * tp, int l2nb, int *leafidx) in dbFindLeaf()