Home
last modified time | relevance | path

Searched refs:migrate_pages (Results 1 – 13 of 13) sorted by relevance

/linux-4.1.27/include/linux/
Dmigrate.h34 extern int migrate_pages(struct list_head *l, new_page_t new, free_page_t free,
49 static inline int migrate_pages(struct list_head *l, new_page_t new, in migrate_pages() function
/linux-4.1.27/Documentation/vm/
Dpage_migration17 migrate_pages function call takes two sets of nodes and moves pages of a
55 description for those trying to use migrate_pages() from the kernel
59 A. In kernel use of migrate_pages()
73 passed to migrate_pages(). This function should figure out
76 3. The migrate_pages() function is called which attempts
81 B. How migrate_pages() works
84 migrate_pages() does several passes over its list of pages. A page is moved
/linux-4.1.27/mm/
Dmigrate.c1102 int migrate_pages(struct list_head *from, new_page_t get_new_page, in migrate_pages() function
1281 err = migrate_pages(&pagelist, new_page_node, NULL, in do_move_page_to_node_array()
1689 nr_remaining = migrate_pages(&migratepages, alloc_misplaced_dst_page, in migrate_misplaced_page()
Dmemory-failure.c1602 ret = migrate_pages(&pagelist, new_page, NULL, MPOL_MF_MOVE_ALL, in soft_offline_huge_page()
1683 ret = migrate_pages(&pagelist, new_page, NULL, MPOL_MF_MOVE_ALL, in __soft_offline_page()
Dmempolicy.c976 err = migrate_pages(&pagelist, new_node_page, NULL, dest, in migrate_to_node()
1217 nr_failed = migrate_pages(&pagelist, new_page, NULL, in do_mbind()
1342 SYSCALL_DEFINE4(migrate_pages, pid_t, pid, unsigned long, maxnode, in SYSCALL_DEFINE4() argument
Dcompaction.c1356 err = migrate_pages(&cc->migratepages, compaction_alloc, in compact_zone()
Dmemory_hotplug.c1455 ret = migrate_pages(&source, alloc_migrate_target, NULL, 0, in do_migrate_range()
Dpage_alloc.c6404 ret = migrate_pages(&cc->migratepages, alloc_migrate_target, in __alloc_contig_migrate_range()
/linux-4.1.27/arch/parisc/kernel/
Dsyscall_table.S370 ENTRY_SAME(migrate_pages)
/linux-4.1.27/arch/powerpc/include/asm/
Dsystbl.h265 COMPAT_SYS(migrate_pages)
/linux-4.1.27/arch/x86/syscalls/
Dsyscall_64.tbl265 256 common migrate_pages sys_migrate_pages
Dsyscall_32.tbl303 294 i386 migrate_pages sys_migrate_pages
/linux-4.1.27/kernel/
Dcompat.c1107 COMPAT_SYSCALL_DEFINE4(migrate_pages, compat_pid_t, pid, in COMPAT_SYSCALL_DEFINE4() argument