Searched refs:L2DBWORD (Results 1 – 2 of 2) sorted by relevance
492 word = dbitno >> L2DBWORD; in dbUpdatePMap()1092 word = dbitno >> L2DBWORD; in dbAllocNext()1142 nb = nwords << L2DBWORD; in dbAllocNext()2154 word = dbitno >> L2DBWORD; in dbAllocBits()2208 nb = nwords << L2DBWORD; in dbAllocBits()2298 word = dbitno >> L2DBWORD; in dbFreeBits()2356 nb = nwords << L2DBWORD; in dbFreeBits()3752 w = blkno >> L2DBWORD; in dbInitDmap()3777 nw = r >> L2DBWORD; in dbInitDmap()3782 nb = nw << L2DBWORD; in dbInitDmap()[all …]
16 #define L2DBWORD 5 /* l2 # of blks covered by a mword */ macro17 #define BUDMIN L2DBWORD /* max free string in a map word */
Completed in 13 milliseconds