Searched refs:test_uffdio_wp (Results 1 – 3 of 3) sorted by relevance
85 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()
105 extern bool test_uffdio_wp;
17 bool test_uffdio_wp = true; variable