Searched refs:DMZ_BLOCK_SIZE_BITS (Results 1 – 2 of 2) sorted by relevance
32 #define DMZ_BLOCK_SIZE_BITS (1 << DMZ_BLOCK_SHIFT_BITS) macro33 #define DMZ_BLOCK_MASK_BITS (DMZ_BLOCK_SIZE_BITS - 1)
1959 chunk_block += DMZ_BLOCK_SIZE_BITS; in dmz_copy_valid_blocks()2020 nr_bits = min(nr_blocks, DMZ_BLOCK_SIZE_BITS - bit); in dmz_validate_blocks()2099 nr_bits = min(nr_blocks, DMZ_BLOCK_SIZE_BITS - bit); in dmz_invalidate_blocks()2173 nr_bits = min(nr_blocks, DMZ_BLOCK_SIZE_BITS - bit); in dmz_to_next_set_block()2175 set_bit = find_next_bit(bitmap, DMZ_BLOCK_SIZE_BITS, bit); in dmz_to_next_set_block()2177 set_bit = find_next_zero_bit(bitmap, DMZ_BLOCK_SIZE_BITS, bit); in dmz_to_next_set_block()2181 if (set_bit < DMZ_BLOCK_SIZE_BITS) in dmz_to_next_set_block()2284 nr_bits = min(nr_blocks, DMZ_BLOCK_SIZE_BITS - bit); in dmz_get_zone_weight()