Searched refs:move_pages (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 288 279 64 move_pages sys_move_pages 361 533 x32 move_pages compat_sys_move_pages
|
D | syscall_32.tbl | 326 317 i386 move_pages sys_move_pages compat_sys_move_pages
|
/linux-4.4.14/mm/ |
D | memory_hotplug.c | 1439 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()
|
D | migrate.c | 1479 SYSCALL_DEFINE6(move_pages, pid_t, pid, unsigned long, nr_pages, in SYSCALL_DEFINE6() argument
|
/linux-4.4.14/fs/fuse/ |
D | dev.c | 707 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/ |
D | syscall_table.S | 393 ENTRY_COMP(move_pages) /* 295 */
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | systbl.h | 308 COMPAT_SYS_SPU(move_pages)
|
/linux-4.4.14/Documentation/vm/ |
D | page_migration | 33 "move_pages" allows the moving of individual pages within a process.
|
/linux-4.4.14/kernel/ |
D | compat.c | 1087 COMPAT_SYSCALL_DEFINE6(move_pages, pid_t, pid, compat_ulong_t, nr_pages, in COMPAT_SYSCALL_DEFINE6() argument
|