Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/md/
Dbitmap.h86 #define COUNTER_BITS 16 macro
90 #define NEEDED_MASK ((bitmap_counter_t) (1 << (COUNTER_BITS - 1)))
91 #define RESYNC_MASK ((bitmap_counter_t) (1 << (COUNTER_BITS - 2)))
98 #define PAGE_COUNTER_RATIO (PAGE_BITS / COUNTER_BITS)