Searched refs:__copy_page (Results 1 – 3 of 3) sorted by relevance
| /linux/tools/testing/selftests/mm/ |
| H A D | uffd-common.h | 125 int __copy_page(uffd_global_test_opts_t *gopts, unsigned long offset, bool retry, bool wp);
|
| H A D | uffd-common.c | 627 int __copy_page(uffd_global_test_opts_t *gopts, unsigned long offset, bool retry, bool wp) in __copy_page() function 661 return __copy_page(gopts, offset, false, wp); in copy_page()
|
| H A D | uffd-stress.c | 136 return __copy_page(gopts, offset, true, gopts->test_uffdio_wp); in copy_page_retry()
|