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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/md/
H A Dbitmap.h99 #define PAGE_COUNTER_RATIO (PAGE_BITS / COUNTER_BITS) macro
103 #define PAGE_COUNTER_MASK (PAGE_COUNTER_RATIO - 1)
H A Dbitmap.c1745 pages = (chunks + PAGE_COUNTER_RATIO - 1) / PAGE_COUNTER_RATIO;

Completed in 61 milliseconds