Lines Matching refs:pageblock_nr_pages

1280 	unsigned i = pageblock_nr_pages;  in init_cma_reserved_pageblock()
1291 i = pageblock_nr_pages; in init_cma_reserved_pageblock()
1303 adjust_managed_page_count(page, pageblock_nr_pages); in init_cma_reserved_pageblock()
1539 start_pfn = start_pfn & ~(pageblock_nr_pages-1); in move_freepages_block()
1541 end_page = start_page + pageblock_nr_pages - 1; in move_freepages_block()
1542 end_pfn = start_pfn + pageblock_nr_pages - 1; in move_freepages_block()
1560 pageblock_page += pageblock_nr_pages; in change_pageblock_range()
1675 max_managed = (zone->managed_pages / 100) + pageblock_nr_pages; in reserve_highatomic_pageblock()
1689 zone->nr_reserved_highatomic += pageblock_nr_pages; in reserve_highatomic_pageblock()
1716 if (zone->nr_reserved_highatomic <= pageblock_nr_pages) in unreserve_highatomic_pageblock()
1735 zone->nr_reserved_highatomic -= min(pageblock_nr_pages, in unreserve_highatomic_pageblock()
2168 for (; page < endpage; page += pageblock_nr_pages) { in __isolate_free_page()
4401 if (vm_total_pages < (pageblock_nr_pages * MIGRATE_TYPES)) in build_all_zonelists()
4529 if (!(pfn & (pageblock_nr_pages - 1))) { in memmap_init_zone()
5105 zonesize += zone_start_pfn & (pageblock_nr_pages-1); in usemap_size()
5106 usemapsize = roundup(zonesize, pageblock_nr_pages); in usemap_size()
6441 pfn = pfn - round_down(zone->zone_start_pfn, pageblock_nr_pages); in pfn_to_bitidx()
6541 for (found = 0, iter = 0; iter < pageblock_nr_pages; iter++) { in has_unmovable_pages()
6627 pageblock_nr_pages) - 1); in pfn_max_align_down()
6633 pageblock_nr_pages)); in pfn_max_align_up()