Lines Matching full:isolated

226 	 * Because freepage with more than pageblock_order on isolated  in unset_migratetype_isolate()
241 * Isolating a free page in an isolated pageblock in unset_migratetype_isolate()
255 * We didn't actually touch any of the isolated pages, so place them in unset_migratetype_isolate()
302 * pageblock. When not all pageblocks within a page are isolated at the same
308 * When either pageblock is isolated, if it is a free page, the page is not
333 * free or in-use page. Also make sure all to-be-isolated pageblocks in isolate_single_pageblock()
353 * Bail out early when the to-be-isolated pageblock does not form in isolate_single_pageblock()
442 * @start_pfn: The first PFN of the range to be isolated.
443 * @end_pfn: The last PFN of the range to be isolated.
473 * either. Pages might be freed while their page blocks are marked ISOLATED.
476 * for their allocation even when they are in fact isolated already. Depending
481 * Return: 0 on success and -EBUSY if any part of range cannot be isolated.
511 /* skip isolated pageblocks at the beginning and end */ in start_isolate_page_range()
530 * @start_pfn: The first PFN of the isolated range
531 * @end_pfn: The last PFN of the isolated range
555 * Test all pages in the range is free(means isolated) or not.
595 * test_pages_isolated - check if pageblocks in range are isolated
596 * @start_pfn: The first PFN of the isolated range
597 * @end_pfn: The first PFN *after* the isolated range
643 /* Check all pages are free or marked as ISOLATED */ in test_pages_isolated()