Home
last modified time | relevance | path

Searched refs:wp_total (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/tools/testing/selftests/mm/
H A Duffd-common.c205 unsigned long long miss_total = 0, wp_total = 0, minor_total = 0; in uffd_stats_report() local
209 wp_total += args[i].wp_faults; in uffd_stats_report()
220 if (wp_total) { in uffd_stats_report()
221 printf("%llu wp (", wp_total); in uffd_stats_report()
/kernel/linux/linux-5.10/tools/testing/selftests/vm/
H A Duserfaultfd.c154 unsigned long long miss_total = 0, wp_total = 0; in uffd_stats_report() local
158 wp_total += stats[i].wp_faults; in uffd_stats_report()
164 printf("\b), %llu wp (", wp_total); in uffd_stats_report()

Completed in 3 milliseconds