Home
last modified time | relevance | path

Searched refs:minor_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
179 minor_total += stats[i].minor_faults; in uffd_stats_report()
195 if (minor_total) { in uffd_stats_report()
196 printf("%llu minor (", minor_total); in uffd_stats_report()