Home
last modified time | relevance | path

Searched refs:__copy_page (Results 1 – 3 of 3) sorted by relevance

/linux/tools/testing/selftests/mm/
H A Duffd-common.h125 int __copy_page(uffd_global_test_opts_t *gopts, unsigned long offset, bool retry, bool wp);
H A Duffd-common.c627 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 Duffd-stress.c136 return __copy_page(gopts, offset, true, gopts->test_uffdio_wp); in copy_page_retry()