clear_bitset
clear_bitset(mq->hotspot_hit_bits, mq->nr_hotspot_blocks);
clear_bitset(mq->cache_hit_bits, from_cblock(mq->cache_size));
clear_bitset(mq->hotspot_hit_bits, mq->nr_hotspot_blocks);
clear_bitset(mq->cache_hit_bits, from_cblock(mq->cache_size));
clear_bitset(cache->dirty_bitset, from_cblock(cache->cache_size));
clear_bitset(cache->discard_bitset, from_dblock(cache->discard_nr_blocks));
clear_bitset(cache->invalid_bitset, from_cblock(cache->cache_size));
clear_bitset(cache->invalid_bitset, from_cblock(cache->cache_size));
clear_bitset(cache->discard_bitset, from_dblock(cache->discard_nr_blocks));