Searched refs:pageblock_start_pfn (Results 1 – 1 of 1) sorted by relevance
50 #define pageblock_start_pfn(pfn) block_start_pfn(pfn, pageblock_order) macro235 pageblock_start_pfn(zone_end_pfn(zone) - 1); in reset_cached_positions()288 block_pfn = pageblock_start_pfn(pfn); in __reset_isolation_pfn()702 block_start_pfn = pageblock_start_pfn(pfn); in isolate_freepages_range()721 block_start_pfn = pageblock_start_pfn(pfn); in isolate_freepages_range()1188 block_start_pfn = pageblock_start_pfn(pfn); in isolate_migratepages_range()1330 start_pfn = max(pageblock_start_pfn(pfn), cc->zone->zone_start_pfn); in fast_isolate_around()1402 low_pfn = pageblock_start_pfn(cc->free_pfn - (distance >> 2)); in fast_isolate_freepages()1403 min_pfn = pageblock_start_pfn(cc->free_pfn - (distance >> 1)); in fast_isolate_freepages()1437 highest = max(pageblock_start_pfn(pfn), in fast_isolate_freepages()[all …]