Home
last modified time | relevance | path

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

/Linux-v4.19/mm/
Dcompaction.c49 #define pageblock_start_pfn(pfn) block_start_pfn(pfn, pageblock_order) macro
218 pageblock_start_pfn(zone_end_pfn(zone) - 1); in reset_cached_positions()
599 block_start_pfn = pageblock_start_pfn(pfn); in isolate_freepages_range()
618 block_start_pfn = pageblock_start_pfn(pfn); in isolate_freepages_range()
979 block_start_pfn = pageblock_start_pfn(pfn); in isolate_migratepages_range()
1088 block_start_pfn = pageblock_start_pfn(cc->free_pfn); in isolate_freepages()
1240 block_start_pfn = pageblock_start_pfn(low_pfn); in isolate_migratepages()
1568 cc->free_pfn = pageblock_start_pfn(end_pfn - 1); in compact_zone()
1573 cc->free_pfn = pageblock_start_pfn(end_pfn - 1); in compact_zone()
1682 free_pfn = pageblock_start_pfn(free_pfn); in compact_zone()