Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/mm/
H A Duffd-common.h115 int __copy_page(int ufd, unsigned long offset, bool retry, bool wp);
H A Duffd-common.c589 int __copy_page(int ufd, unsigned long offset, bool retry, bool wp) in __copy_page() function
623 return __copy_page(ufd, offset, false, wp); in copy_page()
H A Duffd-stress.c125 return __copy_page(ufd, offset, true, test_uffdio_wp); in copy_page_retry()