Lines Matching refs:L2DTSLOTSIZE
905 n = index >> L2DTSLOTSIZE; in dtInsert()
908 ((p->header.nextindex - 1) >> L2DTSLOTSIZE) - n + 1; in dtInsert()
981 n = sbi->bsize >> L2DTSLOTSIZE; in dtSplitUp()
982 n -= (n + 31) >> L2DTSLOTSIZE; /* stbl size */ in dtSplitUp()
1023 n = xsize >> L2DTSLOTSIZE; in dtSplitUp()
1024 n -= (n + 31) >> L2DTSLOTSIZE; /* stbl size */ in dtSplitUp()
1278 n = skip >> L2DTSLOTSIZE; in dtSplitUp()
1282 1) >> L2DTSLOTSIZE) - n + 1; in dtSplitUp()
1424 n = PSIZE >> L2DTSLOTSIZE; in dtSplitPage()
1426 stblsize = (n + 31) >> L2DTSLOTSIZE; /* in unit of slot */ in dtSplitPage()
1505 half = (PSIZE >> L2DTSLOTSIZE) >> 1; /* swag */ in dtSplitPage()
1606 n = skip >> L2DTSLOTSIZE; in dtSplitPage()
1609 ((sp->header.nextindex - 1) >> L2DTSLOTSIZE) - n + 1; in dtSplitPage()
1745 oldstblsize = (sp->header.maxslot + 31) >> L2DTSLOTSIZE; in dtExtendPage()
1747 n = xsize >> L2DTSLOTSIZE; in dtExtendPage()
1748 newstblsize = (n + 31) >> L2DTSLOTSIZE; in dtExtendPage()
1952 n = xsize >> L2DTSLOTSIZE; in dtSplitRoot()
1954 stblsize = (n + 31) >> L2DTSLOTSIZE; in dtSplitRoot()
2190 i = index >> L2DTSLOTSIZE; in dtDelete()
2193 ((p->header.nextindex - 1) >> L2DTSLOTSIZE) - in dtDelete()
2409 i = index >> L2DTSLOTSIZE; in dtDeleteUp()
2412 ((p->header.nextindex - 1) >> L2DTSLOTSIZE) - in dtDeleteUp()