Home
last modified time | relevance | path

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

/Linux-v4.19/tools/testing/selftests/vm/
Duserfaultfd.c97 static unsigned long long *count_verify; variable
321 count_verify[page_nr]), exit(1); in locking_thread()
337 count_verify[page_nr]), exit(1); in locking_thread()
365 if (count != count_verify[page_nr]) { in locking_thread()
369 count_verify[page_nr]), exit(1); in locking_thread()
372 *area_count(area_dst, page_nr) = count_verify[page_nr] = count; in locking_thread()
737 if (count != count_verify[nr]) { in faulting_process()
741 count_verify[nr]), exit(1); in faulting_process()
758 if (count != count_verify[nr]) { in faulting_process()
762 count_verify[nr]), exit(1); in faulting_process()
[all …]