Searched refs:bounces (Results 1 – 7 of 7) sorted by relevance
68 static int bounces; variable295 if (bounces & BOUNCE_RANDOM) { in locking_thread()296 seed = (unsigned int) time(NULL) - bounces; in locking_thread()297 if (!(bounces & BOUNCE_RACINGFAULTS)) in locking_thread()304 page_nr = -bounces; in locking_thread()305 if (!(bounces & BOUNCE_RACINGFAULTS)) in locking_thread()310 if (bounces & BOUNCE_RANDOM) { in locking_thread()325 if (bounces & BOUNCE_VERIFY) { in locking_thread()479 if (bounces & BOUNCE_VERIFY && in uffd_handle_page_fault()596 if (bounces & BOUNCE_POLL) { in stress()[all …]
50 con-bounces63 acq-bounces108 … class name con-bounces contentions waittime-min waittime-max waittime-total …148 con-bounces point is missing in the statistics.
459 seq_printf(m, "%14lu ", stats->bounces[bounce_contended_write]); in seq_stats()461 seq_printf(m, " %14lu ", stats->bounces[bounce_acquired_write]); in seq_stats()468 seq_printf(m, "%14lu ", stats->bounces[bounce_contended_read]); in seq_stats()470 seq_printf(m, " %14lu ", stats->bounces[bounce_acquired_read]); in seq_stats()
251 for (i = 0; i < ARRAY_SIZE(stats.bounces); i++) in lock_stats()252 stats.bounces[i] += pcs->bounces[i]; in lock_stats()4654 stats->bounces[bounce_contended + !!hlock->read]++; in __lock_contended()4701 stats->bounces[bounce_acquired + !!hlock->read]++; in __lock_acquired()
14 contention and cacheline bounces as a result of timer interrupts.
100 line bounces due to writes between CPUs and worth investigating if pages
146 unsigned long bounces[nr_bounce_types]; member