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

/linux-master/drivers/md/
H A Dmd-bitmap.h87 #define COUNTER_BITS 16 macro
91 #define NEEDED_MASK ((bitmap_counter_t) (1 << (COUNTER_BITS - 1)))
92 #define RESYNC_MASK ((bitmap_counter_t) (1 << (COUNTER_BITS - 2)))
99 #define PAGE_COUNTER_RATIO (PAGE_BITS / COUNTER_BITS)

Completed in 166 milliseconds