Searched refs:migrate_pages (Results 1 – 13 of 13) sorted by relevance
/linux-4.1.27/include/linux/ |
D | migrate.h | 34 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/ |
D | page_migration | 17 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/ |
D | migrate.c | 1102 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()
|
D | memory-failure.c | 1602 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()
|
D | mempolicy.c | 976 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
|
D | compaction.c | 1356 err = migrate_pages(&cc->migratepages, compaction_alloc, in compact_zone()
|
D | memory_hotplug.c | 1455 ret = migrate_pages(&source, alloc_migrate_target, NULL, 0, in do_migrate_range()
|
D | page_alloc.c | 6404 ret = migrate_pages(&cc->migratepages, alloc_migrate_target, in __alloc_contig_migrate_range()
|
/linux-4.1.27/arch/parisc/kernel/ |
D | syscall_table.S | 370 ENTRY_SAME(migrate_pages)
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | systbl.h | 265 COMPAT_SYS(migrate_pages)
|
/linux-4.1.27/arch/x86/syscalls/ |
D | syscall_64.tbl | 265 256 common migrate_pages sys_migrate_pages
|
D | syscall_32.tbl | 303 294 i386 migrate_pages sys_migrate_pages
|
/linux-4.1.27/kernel/ |
D | compat.c | 1107 COMPAT_SYSCALL_DEFINE4(migrate_pages, compat_pid_t, pid, in COMPAT_SYSCALL_DEFINE4() argument
|