Home
last modified time | relevance | path

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

/Linux-v6.1/tools/testing/selftests/vm/
Duserfaultfd.c204 unsigned long long miss_total = 0, wp_total = 0, minor_total = 0; in uffd_stats_report() local
207 miss_total += stats[i].missing_faults; in uffd_stats_report()
213 if (miss_total) { in uffd_stats_report()
214 printf("%llu missing (", miss_total); in uffd_stats_report()