Lines Matching full:migrate

3  * Memory Migration functionality - linux/mm/migrate.c
16 #include <linux/migrate.h>
56 #include <trace/events/migrate.h>
593 * For memory tiering mode, when migrate between slow and fast in folio_migrate_flags()
674 * @dst: The folio to migrate the data to.
676 * @mode: How to migrate the page.
678 * Common logic to directly migrate a single LRU folio suitable for
804 * @dst: The folio to migrate to.
805 * @src: The folio to migrate from.
806 * @mode: How to migrate the folio.
826 * @dst: The folio to migrate to.
827 * @src: The folio to migrate from.
828 * @mode: How to migrate the folio.
1001 * cannot try to migrate this page. in move_to_new_folio()
1086 * Compaction can migrate also non-LRU pages which are in migrate_folio_done()
1182 * we cannot notice that anon_vma is freed while we migrate a page. in migrate_folio_unmap()
1258 /* Migrate the folio to the newly allocated folio in dst. */
1346 * This means that when we try to migrate hugepage whose subpages are
1561 * When memory is low, don't bother to try to migrate in migrate_hugetlbs()
1645 * we will migrate them after the rest of the in migrate_pages_batch()
1675 * When memory is low, don't bother to try to migrate in migrate_pages_batch()
1824 /* Try to migrate in batch with MIGRATE_ASYNC mode firstly */ in migrate_pages_sync()
1840 * Fall back to migrate all failed folios one by one synchronously. All in migrate_pages_sync()
1860 * migrate_pages - migrate the folios specified in a list, to the free folios
1941 * is counted as 1 failure already. And, we only try to migrate in migrate_pages()
1960 * Return 0 in case all split folios of fail-to-migrate large folios in migrate_pages()
2142 * pages to migrate. Since we are going to in move_pages_and_store_status()
2156 * Migrate an array of page address onto an array of nodes and fill
2501 /* Do not migrate THP mapped by multiple processes */ in numamigrate_isolate_page()
2535 * Attempt to migrate a misplaced page to the specified destination
2550 * Don't migrate file pages that are mapped in multiple processes in migrate_misplaced_page()
2558 * Also do not migrate dirty pages as not all filesystems can move in migrate_misplaced_page()