Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/testing/selftests/mm/
A Duserfaultfd.c74 static int bounces; variable
612 page_nr = -bounces; in locking_thread()
916 if (bounces & BOUNCE_POLL) { in stress()
954 if (bounces & BOUNCE_POLL) { in stress()
1541 while (bounces--) { in userfaultfd_stress()
1543 if (bounces & BOUNCE_RANDOM) in userfaultfd_stress()
1547 if (bounces & BOUNCE_VERIFY) in userfaultfd_stress()
1549 if (bounces & BOUNCE_POLL) in userfaultfd_stress()
1556 if (bounces & BOUNCE_POLL) in userfaultfd_stress()
1821 bounces = atoi(argv[3]); in main()
[all …]
/linux-6.3-rc2/Documentation/locking/
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.
/linux-6.3-rc2/kernel/locking/
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()
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()
5841 stats->bounces[bounce_contended + !!hlock->read]++; in __lock_contended()
5886 stats->bounces[bounce_acquired + !!hlock->read]++; in __lock_acquired()
/linux-6.3-rc2/include/linux/
A Dlockdep_types.h165 unsigned long bounces[nr_bounce_types]; member
/linux-6.3-rc2/kernel/
A DKconfig.hz14 contention and cacheline bounces as a result of timer interrupts.
/linux-6.3-rc2/Documentation/trace/
A Devents-kmem.rst100 line bounces due to writes between CPUs and worth investigating if pages

Completed in 23 milliseconds