Searched refs:move_pages (Results 1 – 17 of 17) sorted by relevance
/linux/Documentation/translations/zh_CN/mm/ |
H A D | page_migration.rst | 32 自动的页面迁移可以通过用户空间的进程移动页面来实现。一个特殊的函数调用 "move_pages" 允许
|
/linux/tools/testing/selftests/mm/ |
H A D | migration.c | 80 ret = move_pages(0, 1, (void **) &ptr, &n2, &status, in migrate()
|
H A D | run_vmtests.sh | 73 invoke move_pages(2) to exercise the migration entry code
|
/linux/include/linux/ |
H A D | userfaultfd_k.h | 141 ssize_t move_pages(struct userfaultfd_ctx *ctx, unsigned long dst_start,
|
/linux/arch/x86/entry/syscalls/ |
H A D | syscall_64.tbl | 291 279 64 move_pages sys_move_pages 421 533 x32 move_pages sys_move_pages
|
/linux/tools/perf/arch/x86/entry/syscalls/ |
H A D | syscall_64.tbl | 291 279 64 move_pages sys_move_pages 421 533 x32 move_pages sys_move_pages
|
H A D | syscall_32.tbl | 332 317 i386 move_pages sys_move_pages
|
/linux/kernel/ |
H A D | sys_ni.c | 194 COND_SYSCALL(move_pages);
|
/linux/fs/fuse/ |
H A D | dev.c | 1007 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 D | syscall_n64.tbl | 278 267 n64 move_pages sys_move_pages
|
/linux/scripts/ |
H A D | syscall.tbl | 285 239 common move_pages sys_move_pages
|
/linux/Documentation/mm/ |
H A D | page_migration.rst | 37 "move_pages" allows the moving of individual pages within a process.
|
/linux/tools/perf/arch/powerpc/entry/syscalls/ |
H A D | syscall.tbl | 392 301 common move_pages sys_move_pages
|
/linux/tools/perf/arch/s390/entry/syscalls/ |
H A D | syscall.tbl | 320 310 common move_pages sys_move_pages sys_move_pages
|
/linux/mm/ |
H A D | userfaultfd.c | 1689 ssize_t move_pages(struct userfaultfd_ctx *ctx, unsigned long dst_start, in move_pages() function
|
H A D | migrate.c | 2588 SYSCALL_DEFINE6(move_pages, pid_t, pid, unsigned long, nr_pages, in SYSCALL_DEFINE6() argument
|
/linux/fs/ |
H A D | userfaultfd.c | 1899 ret = move_pages(ctx, uffdio_move.dst, uffdio_move.src, in userfaultfd_move()
|