Lines Matching refs:isolated
68 * Clear the LRU lists so pages can be isolated.
110 * As movable pages are not isolated from LRU lists, concurrent
114 * In order to avoid having an already isolated movable page
115 * being (wrongly) re-isolated while it is under migration,
162 * Put previously isolated pages back onto the appropriate lists
165 * This function shall be used whenever the isolated pageset has been
181 * We isolated non-lru movable page so here we can use
1167 * list in here. Use the old state of the isolated source page to
1633 * errno - if the page cannot be found/isolated
1696 * not isolated.
2058 * has been isolated: a GUP pin, or any other pin, prevents migration.
2095 int isolated;
2114 isolated = numamigrate_isolate_page(pgdat, page);
2115 if (!isolated)
2129 isolated = 0;
2133 return isolated;
2154 int isolated = 0;
2166 isolated = numamigrate_isolate_page(pgdat, page);
2167 if (!isolated) {
2256 return isolated;
2594 * page is locked it is isolated from the lru (for non-device pages). Finally,