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

/linux-4.1.27/kernel/power/
H A Dsnapshot.c267 #define BM_BITS_PER_BLOCK (PAGE_SIZE * BITS_PER_BYTE) macro
445 nr_blocks = DIV_ROUND_UP(pages, BM_BITS_PER_BLOCK); create_zone_bm_rtree()
771 bm->cur.node_pfn += BM_BITS_PER_BLOCK; rtree_next_node()
809 bits = min(pages - bm->cur.node_pfn, BM_BITS_PER_BLOCK); memory_bm_next_pfn()
1045 rtree = nodes = DIV_ROUND_UP(zone->spanned_pages, BM_BITS_PER_BLOCK); snapshot_additional_pages()

Completed in 55 milliseconds