Searched refs:L2DBWORD (Results 1 – 2 of 2) sorted by relevance
488 word = dbitno >> L2DBWORD; in dbUpdatePMap()1088 word = dbitno >> L2DBWORD; in dbAllocNext()1138 nb = nwords << L2DBWORD; in dbAllocNext()2142 word = dbitno >> L2DBWORD; in dbAllocBits()2196 nb = nwords << L2DBWORD; in dbAllocBits()2286 word = dbitno >> L2DBWORD; in dbFreeBits()2344 nb = nwords << L2DBWORD; in dbFreeBits()3740 w = blkno >> L2DBWORD; in dbInitDmap()3765 nw = r >> L2DBWORD; in dbInitDmap()3770 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 */