Home
last modified time | relevance | path

Searched refs:move_pages (Results 1 – 9 of 9) sorted by relevance

/linux-4.4.14/arch/x86/entry/syscalls/
Dsyscall_64.tbl288 279 64 move_pages sys_move_pages
361 533 x32 move_pages compat_sys_move_pages
Dsyscall_32.tbl326 317 i386 move_pages sys_move_pages compat_sys_move_pages
/linux-4.4.14/mm/
Dmemory_hotplug.c1439 int move_pages = NR_OFFLINE_AT_ONCE_PAGES; in do_migrate_range() local
1444 for (pfn = start_pfn; pfn < end_pfn && move_pages > 0; pfn++) { in do_migrate_range()
1457 move_pages -= 1 << compound_order(head); in do_migrate_range()
1471 move_pages--; in do_migrate_range()
Dmigrate.c1479 SYSCALL_DEFINE6(move_pages, pid_t, pid, unsigned long, nr_pages, in SYSCALL_DEFINE6() argument
/linux-4.4.14/fs/fuse/
Ddev.c707 unsigned move_pages:1; member
983 if (cs->move_pages && page && in fuse_copy_page()
1797 cs->move_pages = 0; in fuse_notify()
1932 cs->move_pages = 0; in fuse_dev_do_write()
2040 cs.move_pages = 1; in fuse_dev_splice_write()
/linux-4.4.14/arch/parisc/kernel/
Dsyscall_table.S393 ENTRY_COMP(move_pages) /* 295 */
/linux-4.4.14/arch/powerpc/include/asm/
Dsystbl.h308 COMPAT_SYS_SPU(move_pages)
/linux-4.4.14/Documentation/vm/
Dpage_migration33 "move_pages" allows the moving of individual pages within a process.
/linux-4.4.14/kernel/
Dcompat.c1087 COMPAT_SYSCALL_DEFINE6(move_pages, pid_t, pid, compat_ulong_t, nr_pages, in COMPAT_SYSCALL_DEFINE6() argument