Paul E. McKenney 613b00fbe6 rcutorture: Add ability to limit callback-flood intensity
The RCU tasks flavors of RCU now need concurrent callback flooding to
test their ability to switch between single-queue mode and per-CPU queue
mode, but their lack of heavy-duty forward-progress features rules out
the use of rcutorture's current callback-flooding code.  This commit
therefore provides the ability to limit the intensity of the callback
floods using a new ->cbflood_max field in the rcu_operations structure.
When this field is zero, there is no limit, otherwise, each callback-flood
kthread allocates at most ->cbflood_max callbacks.

Cc: Neeraj Upadhyay <neeraj.iitr10@gmail.com>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
2021-12-07 16:36:18 -08:00
..
2020-08-24 18:39:24 -07:00
2021-12-07 16:36:17 -08:00
2021-08-06 13:41:48 -07:00
2021-05-12 12:11:05 -07:00
2021-11-01 20:25:38 -07:00
2021-05-10 16:03:35 -07:00
2021-11-01 20:25:38 -07:00