Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/mm/
H A Duffd-common.c227 unsigned long long miss_total = 0, wp_total = 0, minor_total = 0; in uffd_stats_report() local
232 minor_total += args[i].minor_faults; in uffd_stats_report()
248 if (minor_total) { in uffd_stats_report()
249 printf("%llu minor (", minor_total); in uffd_stats_report()