Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/power/
H A Dsnapshot.c338 #define BM_BITS_PER_BLOCK (PAGE_SIZE * BITS_PER_BYTE) macro
516 nr_blocks = DIV_ROUND_UP(pages, BM_BITS_PER_BLOCK); in create_zone_bm_rtree()
849 bm->cur.node_pfn += BM_BITS_PER_BLOCK; in rtree_next_node()
888 bits = min(pages - bm->cur.node_pfn, BM_BITS_PER_BLOCK); in memory_bm_next_pfn()
1182 rtree = nodes = DIV_ROUND_UP(zone->spanned_pages, BM_BITS_PER_BLOCK); in snapshot_additional_pages()