Home
last modified time | relevance | path

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

/linux/Documentation/translations/zh_CN/mm/
H A Dpage_migration.rst32 自动的页面迁移可以通过用户空间的进程移动页面来实现。一个特殊的函数调用 "move_pages" 允许
/linux/tools/testing/selftests/mm/
H A Dmigration.c80 ret = move_pages(0, 1, (void **) &ptr, &n2, &status, in migrate()
H A Drun_vmtests.sh73 invoke move_pages(2) to exercise the migration entry code
/linux/include/linux/
H A Duserfaultfd_k.h141 ssize_t move_pages(struct userfaultfd_ctx *ctx, unsigned long dst_start,
/linux/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl291 279 64 move_pages sys_move_pages
421 533 x32 move_pages sys_move_pages
/linux/tools/perf/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl291 279 64 move_pages sys_move_pages
421 533 x32 move_pages sys_move_pages
H A Dsyscall_32.tbl332 317 i386 move_pages sys_move_pages
/linux/kernel/
H A Dsys_ni.c194 COND_SYSCALL(move_pages);
/linux/fs/fuse/
H A Ddev.c1007 if (cs->move_pages && page && in fuse_copy_page()
1915 cs->move_pages = 0; in fuse_notify()
2063 cs->move_pages = 0; in fuse_dev_do_write()
2181 cs.move_pages = 1; in fuse_dev_splice_write()
/linux/tools/perf/arch/mips/entry/syscalls/
H A Dsyscall_n64.tbl278 267 n64 move_pages sys_move_pages
/linux/scripts/
H A Dsyscall.tbl285 239 common move_pages sys_move_pages
/linux/Documentation/mm/
H A Dpage_migration.rst37 "move_pages" allows the moving of individual pages within a process.
/linux/tools/perf/arch/powerpc/entry/syscalls/
H A Dsyscall.tbl392 301 common move_pages sys_move_pages
/linux/tools/perf/arch/s390/entry/syscalls/
H A Dsyscall.tbl320 310 common move_pages sys_move_pages sys_move_pages
/linux/mm/
H A Duserfaultfd.c1689 ssize_t move_pages(struct userfaultfd_ctx *ctx, unsigned long dst_start, in move_pages() function
H A Dmigrate.c2588 SYSCALL_DEFINE6(move_pages, pid_t, pid, unsigned long, nr_pages, in SYSCALL_DEFINE6() argument
/linux/fs/
H A Duserfaultfd.c1899 ret = move_pages(ctx, uffdio_move.dst, uffdio_move.src, in userfaultfd_move()