Lines Matching refs:isolated
94 * As movable pages are not isolated from LRU lists, concurrent
98 * In order to avoid having an already isolated movable page
99 * being (wrongly) re-isolated while it is under migration,
140 * Put previously isolated pages back onto the appropriate lists
143 * This function shall be used whenever the isolated pageset has been
159 * We isolated non-lru movable folio so here we can use
1297 * isolated from the unevictable LRU: but this case is the easiest.
2062 * errno - if the page cannot be found/isolated
2074 bool isolated;
2108 isolated = isolate_hugetlb(page_folio(page), pagelist);
2109 err = isolated ? 1 : -EBUSY;
2115 isolated = isolate_lru_page(head);
2116 if (!isolated) {
2131 * not isolated.
2561 int isolated;
2582 isolated = numamigrate_isolate_page(pgdat, page);
2583 if (!isolated)
2597 isolated = 0;
2606 return isolated;