Home
last modified time | relevance | path

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

/drivers/md/
Dmd-bitmap.h101 #define PAGE_COUNTER_SHIFT (PAGE_BIT_SHIFT - COUNTER_BIT_SHIFT) macro
Dmd-bitmap.c1196 unsigned long page = chunk >> PAGE_COUNTER_SHIFT; in md_bitmap_count_page()
1204 unsigned long page = chunk >> PAGE_COUNTER_SHIFT; in md_bitmap_set_pending()
1289 if (!counts->bp[j >> PAGE_COUNTER_SHIFT].pending) { in md_bitmap_daemon_work()
1293 counts->bp[j >> PAGE_COUNTER_SHIFT].pending = 0; in md_bitmap_daemon_work()
1356 unsigned long page = chunk >> PAGE_COUNTER_SHIFT; in md_bitmap_get_counter()
1374 PAGE_COUNTER_SHIFT); in md_bitmap_get_counter()