Searched refs:budmin (Results 1 – 2 of 2) sorted by relevance
139 s8 budmin; /* 1: min l2 tree leaf value to combine */ member167 s8 budmin; /* 1: minimum l2 tree leaf value */ member185 #define dmt_budmin t1.budmin
1397 int budmin; in dbAllocAG() local1452 budmin = dcp->budmin; in dbAllocAG()1513 ((s64) (ti - le32_to_cpu(dcp->leafidx))) << budmin; in dbAllocAG()1525 if (l2nb < budmin) { in dbAllocAG()1757 int budmin; in dbFindCtl() local1774 budmin = dcp->budmin; in dbFindCtl()1809 b += (((s64) leafidx) << budmin); in dbFindCtl()1816 if (l2nb >= budmin) in dbFindCtl()2563 leafno = BLKTOCTLLEAF(blkno, dcp->budmin); in dbAdjCtl()2599 dbSplit((dmtree_t *) dcp, leafno, dcp->budmin, newval, true); in dbAdjCtl()[all …]