Lines Matching refs:L2DTSLOTSIZE
893 n = index >> L2DTSLOTSIZE; in dtInsert()
896 ((p->header.nextindex - 1) >> L2DTSLOTSIZE) - n + 1; in dtInsert()
969 n = sbi->bsize >> L2DTSLOTSIZE; in dtSplitUp()
970 n -= (n + 31) >> L2DTSLOTSIZE; /* stbl size */ in dtSplitUp()
1011 n = xsize >> L2DTSLOTSIZE; in dtSplitUp()
1012 n -= (n + 31) >> L2DTSLOTSIZE; /* stbl size */ in dtSplitUp()
1266 n = skip >> L2DTSLOTSIZE; in dtSplitUp()
1270 1) >> L2DTSLOTSIZE) - n + 1; in dtSplitUp()
1412 n = PSIZE >> L2DTSLOTSIZE; in dtSplitPage()
1414 stblsize = (n + 31) >> L2DTSLOTSIZE; /* in unit of slot */ in dtSplitPage()
1493 half = (PSIZE >> L2DTSLOTSIZE) >> 1; /* swag */ in dtSplitPage()
1594 n = skip >> L2DTSLOTSIZE; in dtSplitPage()
1597 ((sp->header.nextindex - 1) >> L2DTSLOTSIZE) - n + 1; in dtSplitPage()
1733 oldstblsize = (sp->header.maxslot + 31) >> L2DTSLOTSIZE; in dtExtendPage()
1735 n = xsize >> L2DTSLOTSIZE; in dtExtendPage()
1736 newstblsize = (n + 31) >> L2DTSLOTSIZE; in dtExtendPage()
1940 n = xsize >> L2DTSLOTSIZE; in dtSplitRoot()
1942 stblsize = (n + 31) >> L2DTSLOTSIZE; in dtSplitRoot()
2178 i = index >> L2DTSLOTSIZE; in dtDelete()
2181 ((p->header.nextindex - 1) >> L2DTSLOTSIZE) - in dtDelete()
2397 i = index >> L2DTSLOTSIZE; in dtDeleteUp()
2400 ((p->header.nextindex - 1) >> L2DTSLOTSIZE) - in dtDeleteUp()