Searched refs:BLOCKS_PER_UNIT_MASK (Results 1 - 1 of 1) sorted by relevance

/external/fio/lib/
H A Daxmap.c37 #define BLOCKS_PER_UNIT_MASK (BLOCKS_PER_UNIT - 1) macro
142 unsigned int bit = index & BLOCKS_PER_UNIT_MASK;
163 unsigned int bit = index & BLOCKS_PER_UNIT_MASK;
301 max_bits = BLOCKS_PER_UNIT - (bit_nr & BLOCKS_PER_UNIT_MASK);
391 uint64_t mask = ~bit_masks[(data->bit + 1) & BLOCKS_PER_UNIT_MASK];

Completed in 579 milliseconds