Lines Matching refs:L2DTSLOTSIZE
906 n = index >> L2DTSLOTSIZE; in dtInsert()
909 ((p->header.nextindex - 1) >> L2DTSLOTSIZE) - n + 1; in dtInsert()
982 n = sbi->bsize >> L2DTSLOTSIZE; in dtSplitUp()
983 n -= (n + 31) >> L2DTSLOTSIZE; /* stbl size */ in dtSplitUp()
1024 n = xsize >> L2DTSLOTSIZE; in dtSplitUp()
1025 n -= (n + 31) >> L2DTSLOTSIZE; /* stbl size */ in dtSplitUp()
1279 n = skip >> L2DTSLOTSIZE; in dtSplitUp()
1283 1) >> L2DTSLOTSIZE) - n + 1; in dtSplitUp()
1425 n = PSIZE >> L2DTSLOTSIZE; in dtSplitPage()
1427 stblsize = (n + 31) >> L2DTSLOTSIZE; /* in unit of slot */ in dtSplitPage()
1506 half = (PSIZE >> L2DTSLOTSIZE) >> 1; /* swag */ in dtSplitPage()
1607 n = skip >> L2DTSLOTSIZE; in dtSplitPage()
1610 ((sp->header.nextindex - 1) >> L2DTSLOTSIZE) - n + 1; in dtSplitPage()
1746 oldstblsize = (sp->header.maxslot + 31) >> L2DTSLOTSIZE; in dtExtendPage()
1748 n = xsize >> L2DTSLOTSIZE; in dtExtendPage()
1749 newstblsize = (n + 31) >> L2DTSLOTSIZE; in dtExtendPage()
1953 n = xsize >> L2DTSLOTSIZE; in dtSplitRoot()
1955 stblsize = (n + 31) >> L2DTSLOTSIZE; in dtSplitRoot()
2191 i = index >> L2DTSLOTSIZE; in dtDelete()
2194 ((p->header.nextindex - 1) >> L2DTSLOTSIZE) - in dtDelete()
2410 i = index >> L2DTSLOTSIZE; in dtDeleteUp()
2413 ((p->header.nextindex - 1) >> L2DTSLOTSIZE) - in dtDeleteUp()