Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/md/
Dbitmap.h98 #define PAGE_COUNTER_RATIO (PAGE_BITS / COUNTER_BITS) macro
102 #define PAGE_COUNTER_MASK (PAGE_COUNTER_RATIO - 1)
Dbitmap.c1257 nextpage += PAGE_COUNTER_RATIO; in bitmap_daemon_work()
2003 pages = DIV_ROUND_UP(chunks, PAGE_COUNTER_RATIO); in bitmap_resize()