Lines Matching full:migration
79 migration, unless we reworked migration code to find the unevictable pages
233 link field was not available to the migration subsystem.
412 replaced with an entry that refers to the new page. Linux supports migration
416 Note that page migration can race with mlocking or munlocking of the same page.
418 sections above. Both processes (migration and m[un]locking) hold the page
419 locked. This provides the first level of synchronization. Page migration
423 To complete page migration, we place the new and old pages back onto the LRU
425 page on failure - will be freed when the reference count held by the migration
427 list because of a race between munlock and migration, page migration uses the
438 the page migration code and the same work flow as described in MIGRATING
531 migration, with the argument page locked and isolated from the LRU. Separate