Searched refs:DMZ_BLOCK_SIZE_BITS (Results 1 – 2 of 2) sorted by relevance
31 #define DMZ_BLOCK_SIZE_BITS (1 << DMZ_BLOCK_SHIFT_BITS) macro32 #define DMZ_BLOCK_MASK_BITS (DMZ_BLOCK_SIZE_BITS - 1)
1944 chunk_block += DMZ_BLOCK_SIZE_BITS; in dmz_copy_valid_blocks()2005 nr_bits = min(nr_blocks, DMZ_BLOCK_SIZE_BITS - bit); in dmz_validate_blocks()2084 nr_bits = min(nr_blocks, DMZ_BLOCK_SIZE_BITS - bit); in dmz_invalidate_blocks()2158 nr_bits = min(nr_blocks, DMZ_BLOCK_SIZE_BITS - bit); in dmz_to_next_set_block()2160 set_bit = find_next_bit(bitmap, DMZ_BLOCK_SIZE_BITS, bit); in dmz_to_next_set_block()2162 set_bit = find_next_zero_bit(bitmap, DMZ_BLOCK_SIZE_BITS, bit); in dmz_to_next_set_block()2166 if (set_bit < DMZ_BLOCK_SIZE_BITS) in dmz_to_next_set_block()2269 nr_bits = min(nr_blocks, DMZ_BLOCK_SIZE_BITS - bit); in dmz_get_zone_weight()