Searched refs:move_pages (Results 1 - 8 of 8) sorted by last modified time

/linux-master/tools/testing/selftests/mm/
H A Drun_vmtests.sh71 invoke move_pages(2) to exercise the migration entry code
H A Dmigration.c79 ret = move_pages(0, 1, (void **) &ptr, &n2, &status,
/linux-master/mm/
H A Duserfaultfd.c1520 * move_pages - move arbitrary anonymous pages of an existing vma
1529 * move_pages() remaps arbitrary anonymous pages atomically in zero
1541 * avoids move_pages() to fail with -EBUSY if the process forks before
1542 * move_pages() is called), then it will call move_pages() to map the
1558 * move_pages() will fail respectively with -ENOENT or -EEXIST. This
1563 * try to both call move_pages() on the same destination address at the
1573 * "short" remap, the move_pages() command should be repeated by
1591 * it means the anon_vma was changed by move_pages() before the lock
1595 ssize_t move_pages(struc function
[all...]
H A Dmigrate.c2269 * The move_pages() man page does not have an -EEXIST choice, so
2484 SYSCALL_DEFINE6(move_pages, pid_t, pid, unsigned long, nr_pages,
/linux-master/fs/
H A Duserfaultfd.c2016 ret = move_pages(ctx, uffdio_move.dst, uffdio_move.src,
/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/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

Completed in 315 milliseconds