Home
last modified time | relevance | path

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

/linux-6.14.4/tools/testing/selftests/mm/
Duffd-stress.c85 args[i].apply_wp = test_uffdio_wp; in uffd_stats_reset()
126 return __copy_page(ufd, offset, true, test_uffdio_wp); in copy_page_retry()
166 if (test_uffdio_wp) in background_thread()
293 true, test_uffdio_wp, false)) in userfaultfd_stress()
298 true, test_uffdio_wp, false)) in userfaultfd_stress()
337 if (test_uffdio_wp) in userfaultfd_stress()
418 test_uffdio_wp = test_uffdio_wp && in parse_test_type_arg()
422 test_uffdio_wp = false; in parse_test_type_arg()
Duffd-common.h105 extern bool test_uffdio_wp;
Duffd-common.c17 bool test_uffdio_wp = true; variable