Searched refs:bounces (Results 1 – 7 of 7) sorted by relevance
| /linux/tools/testing/selftests/mm/ |
| H A D | uffd-stress.c | 46 static int bounces; variable 108 if (!(bounces & BOUNCE_RANDOM)) { in locking_thread() 109 page_nr = -bounces; in locking_thread() 110 if (!(bounces & BOUNCE_RACINGFAULTS)) in locking_thread() 115 if (bounces & BOUNCE_RANDOM) { in locking_thread() 206 if (bounces & BOUNCE_POLL) { in stress() 245 if (bounces & BOUNCE_POLL) { in stress() 288 while (bounces--) { in userfaultfd_stress() 289 printf("bounces: %d, mode:", bounces); in userfaultfd_stress() 290 if (bounces & BOUNCE_RANDOM) in userfaultfd_stress() [all …]
|
| /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.
|
| /linux/Documentation/translations/it_IT/locking/ |
| H A D | lockstat.rst | 57 con-bounces 77 acq-bounces 129 … class name con-bounces contentions waittime-min waittime-max waittime-total … 171 statistiche manchi il valore *max con-bounces*.
|
| /linux/kernel/locking/ |
| H A D | lockdep_proc.c | 513 seq_printf(m, "%14lu ", stats->bounces[bounce_contended_write]); in seq_stats() 515 seq_printf(m, " %14lu ", stats->bounces[bounce_acquired_write]); in seq_stats() 522 seq_printf(m, "%14lu ", stats->bounces[bounce_contended_read]); in seq_stats() 524 seq_printf(m, " %14lu ", stats->bounces[bounce_acquired_read]); in seq_stats()
|
| H A D | lockdep.c | 321 for (i = 0; i < ARRAY_SIZE(stats->bounces); i++) in lock_stats() 322 stats->bounces[i] += pcs->bounces[i]; in lock_stats() 6076 stats->bounces[bounce_contended + !!hlock->read]++; in __lock_contended() 6124 stats->bounces[bounce_acquired + !!hlock->read]++; in __lock_acquired()
|
| /linux/include/linux/ |
| H A D | lockdep_types.h | 175 unsigned long bounces[nr_bounce_types]; member
|
| /linux/Documentation/trace/ |
| H A D | events-kmem.rst | 100 line bounces due to writes between CPUs and worth investigating if pages
|