Lines Matching full:isolated
219 * Because freepage with more than pageblock_order on isolated in unset_migratetype_isolate()
234 * Isolating a free page in an isolated pageblock in unset_migratetype_isolate()
248 * We didn't actually touch any of the isolated pages, so place them in unset_migratetype_isolate()
295 * pageblock. When not all pageblocks within a page are isolated at the same
301 * When either pageblock is isolated, if it is a free page, the page is not
326 * free or in-use page. Also make sure all to-be-isolated pageblocks in isolate_single_pageblock()
346 * Bail out early when the to-be-isolated pageblock does not form in isolate_single_pageblock()
435 * @start_pfn: The first PFN of the range to be isolated.
436 * @end_pfn: The last PFN of the range to be isolated.
466 * either. Pages might be freed while their page blocks are marked ISOLATED.
469 * for their allocation even when they are in fact isolated already. Depending
474 * Return: 0 on success and -EBUSY if any part of range cannot be isolated.
504 /* skip isolated pageblocks at the beginning and end */ in start_isolate_page_range()
523 * @start_pfn: The first PFN of the isolated range
524 * @end_pfn: The last PFN of the isolated range
548 * Test all pages in the range is free(means isolated) or not.
588 * test_pages_isolated - check if pageblocks in range are isolated
589 * @start_pfn: The first PFN of the isolated range
590 * @end_pfn: The first PFN *after* the isolated range
636 /* Check all pages are free or marked as ISOLATED */ in test_pages_isolated()