Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/md/
Dbitmap.h99 #define PAGE_COUNTER_RATIO (PAGE_BITS / COUNTER_BITS) macro
103 #define PAGE_COUNTER_MASK (PAGE_COUNTER_RATIO - 1)
Dbitmap.c1748 pages = (chunks + PAGE_COUNTER_RATIO - 1) / PAGE_COUNTER_RATIO; in bitmap_create()