Home
last modified time | relevance | path

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

/Linux-v5.4/tools/testing/selftests/vm/
Duserfaultfd.c83 static unsigned long long *count_verify; variable
331 count_verify[page_nr]), exit(1); in locking_thread()
347 count_verify[page_nr]), exit(1); in locking_thread()
375 if (count != count_verify[page_nr]) { in locking_thread()
379 count_verify[page_nr]), exit(1); in locking_thread()
382 *area_count(area_dst, page_nr) = count_verify[page_nr] = count; in locking_thread()
757 if (count != count_verify[nr]) { in faulting_process()
761 count_verify[nr]), exit(1); in faulting_process()
778 if (count != count_verify[nr]) { in faulting_process()
782 count_verify[nr]), exit(1); in faulting_process()
[all …]