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

/linux-master/drivers/md/
H A Dmd-bitmap.h99 #define PAGE_COUNTER_RATIO (PAGE_BITS / COUNTER_BITS) macro
103 #define PAGE_COUNTER_MASK (PAGE_COUNTER_RATIO - 1)
H A Dmd-bitmap.c1359 nextpage += PAGE_COUNTER_RATIO;
2195 pages = DIV_ROUND_UP(chunks, PAGE_COUNTER_RATIO);

Completed in 112 milliseconds