Home
last modified time | relevance | path

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

/openbmc/linux/kernel/power/
H A Dsnapshot.c372 #define BM_BITS_PER_BLOCK (PAGE_SIZE * BITS_PER_BYTE) macro
555 nr_blocks = DIV_ROUND_UP(pages, BM_BITS_PER_BLOCK); in create_zone_bm_rtree()
895 bm->cur.node_pfn += BM_BITS_PER_BLOCK; in rtree_next_node()
934 bits = min(pages - bm->cur.node_pfn, BM_BITS_PER_BLOCK); in memory_bm_next_pfn()
1230 rtree = nodes = DIV_ROUND_UP(zone->spanned_pages, BM_BITS_PER_BLOCK); in snapshot_additional_pages()