Home
last modified time | relevance | path

Searched refs:count_verify (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/tools/testing/selftests/mm/
Duffd-stress.c112 if (count != count_verify[page_nr]) in locking_thread()
114 page_nr, count, count_verify[page_nr]); in locking_thread()
116 *area_count(area_dst, page_nr) = count_verify[page_nr] = count; in locking_thread()
345 if (*area_count(area_dst, nr) != count_verify[nr]) in userfaultfd_stress()
348 count_verify[nr], nr); in userfaultfd_stress()
Duffd-common.c18 unsigned long long *count_verify; variable
278 if (count_verify) { in uffd_test_ctx_clear()
279 free(count_verify); in uffd_test_ctx_clear()
280 count_verify = NULL; in uffd_test_ctx_clear()
318 count_verify = malloc(nr_pages * sizeof(unsigned long long)); in uffd_test_ctx_init()
319 if (!count_verify) in uffd_test_ctx_init()
325 count_verify[nr] = *area_count(area_src, nr) = 1; in uffd_test_ctx_init()
Duffd-common.h98 extern unsigned long long *count_verify;
Duffd-unit-tests.c721 if (count != count_verify[nr]) in faulting_process()
723 nr, count, count_verify[nr]); in faulting_process()
743 if (count != count_verify[nr]) { in faulting_process()
745 nr, count, count_verify[nr]); in faulting_process()