Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/vm/
H A Duserfaultfd.c174 unsigned long long miss_total = 0, wp_total = 0, minor_total = 0; in uffd_stats_report() local
177 miss_total += stats[i].missing_faults; in uffd_stats_report()
183 if (miss_total) { in uffd_stats_report()
184 printf("%llu missing (", miss_total); in uffd_stats_report()