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

/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/mm/
H A Dcompaction.c2664 err = migrate_pages(&cc->migratepages, compaction_alloc,
2675 * migrate_pages() may return -ENOMEM when scanners meet
H A Dgup.c2482 if (migrate_pages(movable_page_list, alloc_migration_target,
H A Dmemory-failure.c2713 ret = migrate_pages(&pagelist, alloc_migration_target, NULL,
H A Dmemory_hotplug.c1862 ret = migrate_pages(&source, alloc_migration_target, NULL,
H A Dmempolicy.c588 * migrate_pages(&pagelist) returns nr_failed folios, so
1093 err = migrate_pages(&pagelist, alloc_migration_target, NULL,
1390 nr_failed |= migrate_pages(&pagelist,
1723 SYSCALL_DEFINE4(migrate_pages, pid_t, pid, unsigned long, maxnode,
H A Dmigrate.c1907 * migrate_pages - migrate the folios specified in a list, to the free folios
1932 int migrate_pages(struct list_head *from, new_folio_t get_new_folio, function
2090 err = migrate_pages(pagelist, alloc_migration_target, NULL,
2616 nr_remaining = migrate_pages(&migratepages, alloc_misplaced_dst_folio,
H A Dpage_alloc.c6360 ret = migrate_pages(&cc->migratepages, alloc_migration_target,
6367 * On -ENOMEM, migrate_pages() bails out right away. It is pointless
H A Dvmscan.c983 migrate_pages(demote_folios, alloc_demote_folio, NULL,
/linux-master/tools/testing/selftests/kvm/include/
H A Dnumaif.h27 long migrate_pages(int pid, unsigned long maxnode, function
/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
37 /* Default delay between migrate_pages calls (microseconds) */
265 fprintf(stderr, "Calling migrate_pages every %d microseconds\n",
278 * available node. migrate_pages called below requires specifying nodes
306 * migrate_pages with PID=0 will migrate all pages of this
313 pages_not_moved = migrate_pages(0, sizeof(nodemasks[from]),
318 "migrate_pages failed, errno=%d\n", errno);
321 "migrate_pages could not move %ld pages\n",
379 "-m adds calls to migrate_pages while vCPUs are running."
381 "-d <delay microseconds> - delay between migrate_pages() call
[all...]

Completed in 303 milliseconds