Home
last modified time | relevance | path

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

/linux/drivers/md/
H A Dmd-bitmap.c114 #define PAGE_COUNTER_RATIO (PAGE_BITS / COUNTER_BITS) macro
118 #define PAGE_COUNTER_MASK (PAGE_COUNTER_RATIO - 1)
1567 nextpage += PAGE_COUNTER_RATIO; in bitmap_daemon_work()
2434 pages = DIV_ROUND_UP(chunks, PAGE_COUNTER_RATIO); in __bitmap_resize()