Home
last modified time | relevance | path

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

/linux-6.6.21/tools/testing/selftests/mm/
Duffd-stress.c45 static int bounces; variable
97 if (!(bounces & BOUNCE_RANDOM)) { in locking_thread()
98 page_nr = -bounces; in locking_thread()
99 if (!(bounces & BOUNCE_RACINGFAULTS)) in locking_thread()
104 if (bounces & BOUNCE_RANDOM) { in locking_thread()
191 if (bounces & BOUNCE_POLL) { in stress()
227 if (bounces & BOUNCE_POLL) { in stress()
266 while (bounces--) { in userfaultfd_stress()
267 printf("bounces: %d, mode:", bounces); in userfaultfd_stress()
268 if (bounces & BOUNCE_RANDOM) in userfaultfd_stress()
[all …]
/linux-6.6.21/Documentation/locking/
Dlockstat.rst50 con-bounces
63 acq-bounces
108 … class name con-bounces contentions waittime-min waittime-max waittime-total …
148 con-bounces point is missing in the statistics.
/linux-6.6.21/kernel/locking/
Dlockdep_proc.c511 seq_printf(m, "%14lu ", stats->bounces[bounce_contended_write]); in seq_stats()
513 seq_printf(m, " %14lu ", stats->bounces[bounce_acquired_write]); in seq_stats()
520 seq_printf(m, "%14lu ", stats->bounces[bounce_contended_read]); in seq_stats()
522 seq_printf(m, " %14lu ", stats->bounces[bounce_acquired_read]); in seq_stats()
Dlockdep.c316 for (i = 0; i < ARRAY_SIZE(stats.bounces); i++) in lock_stats()
317 stats.bounces[i] += pcs->bounces[i]; in lock_stats()
5954 stats->bounces[bounce_contended + !!hlock->read]++; in __lock_contended()
5999 stats->bounces[bounce_acquired + !!hlock->read]++; in __lock_acquired()
/linux-6.6.21/include/linux/
Dlockdep_types.h174 unsigned long bounces[nr_bounce_types]; member
/linux-6.6.21/kernel/
DKconfig.hz14 contention and cacheline bounces as a result of timer interrupts.
/linux-6.6.21/Documentation/trace/
Devents-kmem.rst100 line bounces due to writes between CPUs and worth investigating if pages