Searched refs:bounces (Results 1 - 4 of 4) sorted by relevance

/linux-master/tools/testing/selftests/mm/
H A Duffd-stress.c7 * This test allocates two virtual areas and bounces the physical
45 static int bounces; variable
56 "# Run anonymous memory test on 100MiB region with 99999 bounces:\n"
58 "# Run share memory test on 1GiB region with 99 bounces:\n"
60 "# Run hugetlb memory test on 256MiB region with 50 bounces:\n"
64 "# 10MiB-~6GiB 999 bounces anonymous test, "
70 fprintf(stderr, "\nUsage: ./uffd-stress <test type> <MiB> <bounces>\n\n");
97 if (!(bounces & BOUNCE_RANDOM)) {
98 page_nr = -bounces;
99 if (!(bounces
[all...]
/linux-master/include/linux/
H A Dlockdep_types.h174 unsigned long bounces[nr_bounce_types]; member in struct:lock_class_stats
/linux-master/kernel/locking/
H A Dlockdep_proc.c511 seq_printf(m, "%14lu ", stats->bounces[bounce_contended_write]);
513 seq_printf(m, " %14lu ", stats->bounces[bounce_acquired_write]);
520 seq_printf(m, "%14lu ", stats->bounces[bounce_contended_read]);
522 seq_printf(m, " %14lu ", stats->bounces[bounce_acquired_read]);
581 "con-bounces",
587 "acq-bounces",
H A Dlockdep.c316 for (i = 0; i < ARRAY_SIZE(stats.bounces); i++)
317 stats.bounces[i] += pcs->bounces[i];
5954 stats->bounces[bounce_contended + !!hlock->read]++;
5999 stats->bounces[bounce_acquired + !!hlock->read]++;

Completed in 176 milliseconds