Searched refs:bounces (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/tools/testing/selftests/mm/ |
H A D | uffd-stress.c | 45 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 D | lockstat.rst | 50 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 D | settings.py | 300 bounces.add(line.strip()) 345 bounces.add(value) 351 bounces = set() variable
|
H A D | series.py | 238 for x in set(cc) & set(settings.bounces): 240 cc = set(cc) - set(settings.bounces)
|
H A D | README | 86 by patman but are known to bounce you can add a [bounces] section to your 92 [bounces]
|
/openbmc/linux/kernel/locking/ |
H A D | lockdep_proc.c | 511 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 D | lockdep.c | 316 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 D | lockdep_types.h | 174 unsigned long bounces[nr_bounce_types]; member
|
/openbmc/linux/kernel/ |
H A D | Kconfig.hz | 14 contention and cacheline bounces as a result of timer interrupts.
|
/openbmc/linux/Documentation/trace/ |
H A D | events-kmem.rst | 100 line bounces due to writes between CPUs and worth investigating if pages
|
/openbmc/linux/ |
H A D | opengrok1.0.log | [all...] |