Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/mm/
H A 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 …]
/openbmc/linux/Documentation/locking/
H A 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.
/openbmc/u-boot/tools/patman/
H A Dsettings.py300 bounces.add(line.strip())
345 bounces.add(value)
351 bounces = set() variable
H A Dseries.py238 for x in set(cc) & set(settings.bounces):
240 cc = set(cc) - set(settings.bounces)
H A DREADME86 by patman but are known to bounce you can add a [bounces] section to your
92 [bounces]
/openbmc/linux/kernel/locking/
H A 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()
H A 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()
/openbmc/linux/include/linux/
H A Dlockdep_types.h174 unsigned long bounces[nr_bounce_types]; member
/openbmc/linux/kernel/
H A DKconfig.hz14 contention and cacheline bounces as a result of timer interrupts.
/openbmc/linux/Documentation/trace/
H A Devents-kmem.rst100 line bounces due to writes between CPUs and worth investigating if pages
/openbmc/linux/
H A Dopengrok1.0.log[all...]