Home
last modified time | relevance | path

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

/openbmc/linux/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.c1362 nextpage += PAGE_COUNTER_RATIO; in md_bitmap_daemon_work()
2198 pages = DIV_ROUND_UP(chunks, PAGE_COUNTER_RATIO); in md_bitmap_resize()