Searched refs:L2DBWORD (Results 1 – 2 of 2) sorted by relevance
492 word = dbitno >> L2DBWORD; in dbUpdatePMap()530 nwords = rbits >> L2DBWORD; in dbUpdatePMap()531 nbits = nwords << L2DBWORD; in dbUpdatePMap()1092 word = dbitno >> L2DBWORD; in dbAllocNext()1141 nwords = rembits >> L2DBWORD; in dbAllocNext()1142 nb = nwords << L2DBWORD; in dbAllocNext()1220 word = (blkno & (BPERDMAP - 1)) >> L2DBWORD; in dbAllocNear()1234 blkno = le64_to_cpu(dp->start) + (word << L2DBWORD); in dbAllocNear()1978 blkno = le64_to_cpu(dp->start) + (leafidx << L2DBWORD); in dbAllocDmapLev()2100 word = (blkno & (BPERDMAP - 1)) >> L2DBWORD; in dbFreeDmap()[all …]
16 #define L2DBWORD 5 /* l2 # of blks covered by a mword */ macro17 #define BUDMIN L2DBWORD /* max free string in a map word */