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()
296 * pageblock. When not all pageblocks within a page are isolated at the same
302 * When either pageblock is isolated, if it is a free page, the page is not
328 * free or in-use page. Also make sure all to-be-isolated pageblocks in isolate_single_pageblock()
348 * Bail out early when the to-be-isolated pageblock does not form in isolate_single_pageblock()
437 * @start_pfn: The first PFN of the range to be isolated.
438 * @end_pfn: The last PFN of the range to be isolated.
470 * either. Pages might be freed while their page blocks are marked ISOLATED.
473 * for their allocation even when they are in fact isolated already. Depending
478 * Return: 0 on success and -EBUSY if any part of range cannot be isolated.
508 /* skip isolated pageblocks at the beginning and end */ in start_isolate_page_range()
527 * @start_pfn: The first PFN of the isolated range
528 * @end_pfn: The last PFN of the isolated range
552 * Test all pages in the range is free(means isolated) or not.
592 * test_pages_isolated - check if pageblocks in range are isolated
593 * @start_pfn: The first PFN of the isolated range
594 * @end_pfn: The first PFN *after* the isolated range
630 /* Check all pages are free or marked as ISOLATED */ in test_pages_isolated()