Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/selftests/mm/
Duffd-stress.c84 args[i].apply_wp = test_uffdio_wp; in uffd_stats_reset()
125 return __copy_page(ufd, offset, true, test_uffdio_wp); in copy_page_retry()
165 if (test_uffdio_wp) in background_thread()
288 true, test_uffdio_wp, false)) in userfaultfd_stress()
293 true, test_uffdio_wp, false)) in userfaultfd_stress()
330 if (test_uffdio_wp) in userfaultfd_stress()
412 test_uffdio_wp = test_uffdio_wp && in parse_test_type_arg()
Duffd-common.h97 extern bool test_uffdio_wp;
Duffd-common.c17 bool test_uffdio_wp = true; variable