Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/mm/
H A Duffd-common.c207 unsigned long long miss_total = 0, wp_total = 0, minor_total = 0; in uffd_stats_report() local
210 miss_total += args[i].missing_faults; in uffd_stats_report()
216 if (miss_total) { in uffd_stats_report()
217 printf("%llu missing (", miss_total); in uffd_stats_report()