Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/md/
Dmd-bitmap.h13 #define COUNTER_BITS 16 macro
17 #define NEEDED_MASK ((bitmap_counter_t) (1 << (COUNTER_BITS - 1)))
18 #define RESYNC_MASK ((bitmap_counter_t) (1 << (COUNTER_BITS - 2)))
Dmd-bitmap.c114 #define PAGE_COUNTER_RATIO (PAGE_BITS / COUNTER_BITS)