• Home
  • Raw
  • Download

Lines Matching full:migrate

3  * Memory Migration functionality - linux/mm/migrate.c
16 #include <linux/migrate.h>
56 #include <trace/events/migrate.h>
598 * For memory tiering mode, when migrate between slow and fast in folio_migrate_flags()
679 * @dst: The folio to migrate the data to.
681 * @mode: How to migrate the page.
683 * Common logic to directly migrate a single LRU folio suitable for
809 * @dst: The folio to migrate to.
810 * @src: The folio to migrate from.
811 * @mode: How to migrate the folio.
831 * @dst: The folio to migrate to.
832 * @src: The folio to migrate from.
833 * @mode: How to migrate the folio.
1006 * cannot try to migrate this page. in move_to_new_folio()
1090 * Compaction can migrate also non-LRU pages which are in migrate_folio_done()
1188 * we cannot notice that anon_vma is freed while we migrate a page. in migrate_folio_unmap()
1265 /* Migrate the folio to the newly allocated folio in dst. */
1354 * This means that when we try to migrate hugepage whose subpages are
1570 * When memory is low, don't bother to try to migrate in migrate_hugetlbs()
1656 * we will migrate them after the rest of the in migrate_pages_batch()
1687 * When memory is low, don't bother to try to migrate in migrate_pages_batch()
1837 /* Try to migrate in batch with MIGRATE_ASYNC mode firstly */ in migrate_pages_sync()
1858 * Fall back to migrate all failed folios one by one synchronously. All in migrate_pages_sync()
1878 * migrate_pages - migrate the folios specified in a list, to the free folios
1959 * is counted as 1 failure already. And, we only try to migrate in migrate_pages()
1978 * Return 0 in case all split folios of fail-to-migrate large folios in migrate_pages()
2160 * pages to migrate. Since we are going to in move_pages_and_store_status()
2174 * Migrate an array of page address onto an array of nodes and fill
2519 /* Do not migrate THP mapped by multiple processes */ in numamigrate_isolate_page()
2561 * Attempt to migrate a misplaced page to the specified destination
2576 * Don't migrate file pages that are mapped in multiple processes in migrate_misplaced_page()
2584 * Also do not migrate dirty pages as not all filesystems can move in migrate_misplaced_page()