Searched refs:move_pages (Results 1 - 8 of 8) sorted by relevance

/linux-master/tools/testing/selftests/mm/
H A Dmigration.c79 ret = move_pages(0, 1, (void **) &ptr, &n2, &status,
H A Drun_vmtests.sh71 invoke move_pages(2) to exercise the migration entry code
/linux-master/include/linux/
H A Duserfaultfd_k.h138 /* move_pages */
141 ssize_t move_pages(struct userfaultfd_ctx *ctx, unsigned long dst_start,
/linux-master/kernel/
H A Dsys_ni.c196 COND_SYSCALL(move_pages); variable
/linux-master/fs/fuse/
H A Ddev.c655 unsigned move_pages:1; member in struct:fuse_copy_state
951 if (cs->move_pages && page &&
1837 cs->move_pages = 0;
1978 cs->move_pages = 0;
2097 cs.move_pages = 1;
/linux-master/mm/
H A Duserfaultfd.c1488 * move_pages - move arbitrary anonymous pages of an existing vma
1497 * move_pages() remaps arbitrary anonymous pages atomically in zero
1509 * avoids move_pages() to fail with -EBUSY if the process forks before
1510 * move_pages() is called), then it will call move_pages() to map the
1526 * move_pages() will fail respectively with -ENOENT or -EEXIST. This
1531 * try to both call move_pages() on the same destination address at the
1541 * "short" remap, the move_pages() command should be repeated by
1559 * it means the anon_vma was changed by move_pages() before the lock
1563 ssize_t move_pages(struc function
[all...]
H A Dmigrate.c2244 * The move_pages() man page does not have an -EEXIST choice, so
2459 SYSCALL_DEFINE6(move_pages, pid_t, pid, unsigned long, nr_pages,
/linux-master/fs/
H A Duserfaultfd.c2008 ret = move_pages(ctx, uffdio_move.dst, uffdio_move.src,

Completed in 298 milliseconds