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

/linux-master/mm/
H A Dpage_isolation.c311 unsigned long isolate_pageblock; local
319 isolate_pageblock = boundary_pfn - pageblock_nr_pages;
321 isolate_pageblock = boundary_pfn;
329 zone = page_zone(pfn_to_page(isolate_pageblock));
330 start_pfn = max(ALIGN_DOWN(isolate_pageblock, MAX_ORDER_NR_PAGES),
334 int mt __maybe_unused = get_pageblock_migratetype(pfn_to_page(isolate_pageblock));
338 ret = set_migratetype_isolate(pfn_to_page(isolate_pageblock), migratetype,
339 flags, isolate_pageblock, isolate_pageblock + pageblock_nr_pages);
480 unset_migratetype_isolate(pfn_to_page(isolate_pageblock), migratetyp
[all...]

Completed in 238 milliseconds