Lines Matching refs:migration
103 migration, unless we reworked migration code to find the unevictable pages
257 link field was not available to the migration subsystem.
435 replaced with an entry that refers to the new page. Linux supports migration
439 Note that page migration can race with mlocking or munlocking of the same page.
441 sections above. Both processes (migration and m[un]locking) hold the page
442 locked. This provides the first level of synchronization. Page migration
446 To complete page migration, we place the new and old pages back onto the LRU
448 page on failure - will be freed when the reference count held by the migration
450 list because of a race between munlock and migration, page migration uses the
461 the page migration code and the same work flow as described in MIGRATING
533 migration, with the argument page locked and isolated from the LRU. Separate