Searched refs:migrate_pages (Results 1 – 6 of 6) sorted by relevance
/mm/ |
D | migrate.c | 1112 int migrate_pages(struct list_head *from, new_page_t get_new_page, in migrate_pages() function 1290 err = migrate_pages(&pagelist, new_page_node, NULL, in do_move_page_to_node_array() 1739 nr_remaining = migrate_pages(&migratepages, alloc_misplaced_dst_page, in migrate_misplaced_page()
|
D | memory-failure.c | 1578 ret = migrate_pages(&pagelist, new_page, NULL, MPOL_MF_MOVE_ALL, in soft_offline_huge_page() 1655 ret = migrate_pages(&pagelist, new_page, NULL, MPOL_MF_MOVE_ALL, in __soft_offline_page()
|
D | mempolicy.c | 1017 err = migrate_pages(&pagelist, new_node_page, NULL, dest, in migrate_to_node() 1263 nr_failed = migrate_pages(&pagelist, new_page, NULL, in do_mbind() 1388 SYSCALL_DEFINE4(migrate_pages, pid_t, pid, unsigned long, maxnode, in SYSCALL_DEFINE4() argument
|
D | compaction.c | 1253 err = migrate_pages(&cc->migratepages, compaction_alloc, in compact_zone()
|
D | memory_hotplug.c | 1458 ret = migrate_pages(&source, alloc_migrate_target, NULL, 0, in do_migrate_range()
|
D | page_alloc.c | 6342 ret = migrate_pages(&cc->migratepages, alloc_migrate_target, in __alloc_contig_migrate_range()
|