Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/power/
Dsnapshot.c372 #define BM_BITS_PER_BLOCK (PAGE_SIZE * BITS_PER_BYTE) macro
554 nr_blocks = DIV_ROUND_UP(pages, BM_BITS_PER_BLOCK); in create_zone_bm_rtree()
887 bm->cur.node_pfn += BM_BITS_PER_BLOCK; in rtree_next_node()
926 bits = min(pages - bm->cur.node_pfn, BM_BITS_PER_BLOCK); in memory_bm_next_pfn()
1220 rtree = nodes = DIV_ROUND_UP(zone->spanned_pages, BM_BITS_PER_BLOCK); in snapshot_additional_pages()