Searched refs:__copy_page (Results 1 – 3 of 3) sorted by relevance
| /tools/testing/selftests/mm/ |
| A D | uffd-common.h | 123 int __copy_page(int ufd, unsigned long offset, bool retry, bool wp);
|
| A D | uffd-common.c | 600 int __copy_page(int ufd, unsigned long offset, bool retry, bool wp) in __copy_page() function 634 return __copy_page(ufd, offset, false, wp); in copy_page()
|
| A D | uffd-stress.c | 126 return __copy_page(ufd, offset, true, test_uffdio_wp); in copy_page_retry()
|
Completed in 6 milliseconds