Searched refs:migrate_pages (Results 1 - 12 of 12) sorted by relevance

/linux-master/tools/testing/selftests/kvm/include/
H A Dnumaif.h27 long migrate_pages(int pid, unsigned long maxnode, function
/linux-master/include/linux/
H A Dmigrate.h70 int migrate_pages(struct list_head *l, new_folio_t new, free_folio_t free,
88 static inline int migrate_pages(struct list_head *l, new_folio_t new, function
/linux-master/kernel/
H A Dsys_ni.c195 COND_SYSCALL(migrate_pages); variable
/linux-master/tools/testing/selftests/kvm/x86_64/
H A Dxapic_ipi_test.c16 * the host continually calls migrate_pages to move all of the process' pages
39 /* Default delay between migrate_pages calls (microseconds) */
267 fprintf(stderr, "Calling migrate_pages every %d microseconds\n",
280 * available node. migrate_pages called below requires specifying nodes
308 * migrate_pages with PID=0 will migrate all pages of this
315 pages_not_moved = migrate_pages(0, sizeof(nodemasks[from]),
320 "migrate_pages failed, errno=%d\n", errno);
323 "migrate_pages could not move %ld pages\n",
381 "-m adds calls to migrate_pages while vCPUs are running."
383 "-d <delay microseconds> - delay between migrate_pages() call
[all...]
/linux-master/mm/
H A Dmigrate.c1884 * migrate_pages - migrate the folios specified in a list, to the free folios
1909 int migrate_pages(struct list_head *from, new_folio_t get_new_folio, function
2065 err = migrate_pages(pagelist, alloc_migration_target, NULL,
2591 nr_remaining = migrate_pages(&migratepages, alloc_misplaced_dst_folio,
H A Dmempolicy.c588 * migrate_pages(&pagelist) returns nr_failed folios, so
1094 err = migrate_pages(&pagelist, alloc_migration_target, NULL,
1390 nr_failed |= migrate_pages(&pagelist,
1722 SYSCALL_DEFINE4(migrate_pages, pid_t, pid, unsigned long, maxnode,
H A Dmemory_hotplug.c1861 ret = migrate_pages(&source, alloc_migration_target, NULL,
H A Dmemory-failure.c2716 ret = migrate_pages(&pagelist, alloc_migration_target, NULL,
H A Dcompaction.c2659 err = migrate_pages(&cc->migratepages, compaction_alloc,
2670 * migrate_pages() may return -ENOMEM when scanners meet
H A Dgup.c2149 if (migrate_pages(movable_page_list, alloc_migration_target,
H A Dpage_alloc.c6290 ret = migrate_pages(&cc->migratepages, alloc_migration_target,
6297 * On -ENOMEM, migrate_pages() bails out right away. It is pointless
H A Dvmscan.c982 migrate_pages(demote_folios, alloc_demote_folio, NULL,

Completed in 245 milliseconds