Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/selftests/mm/
Duffd-common.h112 int __copy_page(int ufd, unsigned long offset, bool retry, bool wp);
Duffd-common.c586 int __copy_page(int ufd, unsigned long offset, bool retry, bool wp) in __copy_page() function
620 return __copy_page(ufd, offset, false, wp); in copy_page()
Duffd-stress.c125 return __copy_page(ufd, offset, true, test_uffdio_wp); in copy_page_retry()