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)
1985 chunk_block += DMZ_BLOCK_SIZE_BITS; in dmz_copy_valid_blocks()2046 nr_bits = min(nr_blocks, DMZ_BLOCK_SIZE_BITS - bit); in dmz_validate_blocks()2125 nr_bits = min(nr_blocks, DMZ_BLOCK_SIZE_BITS - bit); in dmz_invalidate_blocks()2199 nr_bits = min(nr_blocks, DMZ_BLOCK_SIZE_BITS - bit); in dmz_to_next_set_block()2201 set_bit = find_next_bit(bitmap, DMZ_BLOCK_SIZE_BITS, bit); in dmz_to_next_set_block()2203 set_bit = find_next_zero_bit(bitmap, DMZ_BLOCK_SIZE_BITS, bit); in dmz_to_next_set_block()2207 if (set_bit < DMZ_BLOCK_SIZE_BITS) in dmz_to_next_set_block()2310 nr_bits = min(nr_blocks, DMZ_BLOCK_SIZE_BITS - bit); in dmz_get_zone_weight()