Searched refs:pageblock_start_pfn (Results 1 – 8 of 8) sorted by relevance
40 VM_BUG_ON(pageblock_start_pfn(start_pfn) != in has_unmovable_pages()41 pageblock_start_pfn(end_pfn - 1)); in has_unmovable_pages()486 unsigned long isolate_start = pageblock_start_pfn(start_pfn); in start_isolate_page_range()539 unsigned long isolate_start = pageblock_start_pfn(start_pfn); in undo_isolate_page_range()
234 pageblock_start_pfn(zone_end_pfn(zone) - 1); in reset_cached_positions()339 block_pfn = pageblock_start_pfn(pfn); in __reset_isolation_pfn()736 block_start_pfn = pageblock_start_pfn(pfn); in isolate_freepages_range()753 block_start_pfn = pageblock_start_pfn(pfn); in isolate_freepages_range()1362 block_start_pfn = pageblock_start_pfn(pfn); in isolate_migratepages_range()1602 highest = max(pageblock_start_pfn(pfn), in fast_isolate_freepages()2049 pfn = pageblock_start_pfn(free_pfn); in fast_find_migrateblock()2095 block_start_pfn = pageblock_start_pfn(low_pfn); in isolate_migratepages()2605 if (pageblock_start_pfn(last_migrated_pfn) == in compact_zone()2632 pageblock_start_pfn(cc->migrate_pfn - 1)); in compact_zone()[all …]
2092 start = pageblock_start_pfn(start); in free_unused_memmap()
826 if (!pfn_valid(pageblock_start_pfn(pfn))) { in init_unavailable_range()
346 pfn = pfn - pageblock_start_pfn(page_zone(page)->zone_start_pfn); in pfn_to_bitidx()1681 start = pageblock_start_pfn(pfn); in prep_move_freepages_block()
27 #define pageblock_start_pfn(pfn) ALIGN_DOWN((pfn), pageblock_nr_pages) macro
62 #define pageblock_start_pfn(pfn) ALIGN_DOWN((pfn), pageblock_nr_pages) macro
Completed in 40 milliseconds