]> git.baikalelectronics.ru Git - kernel.git/commit
rcutorture: Enable limited callback-flooding tests of SRCU
authorPaul E. McKenney <paulmck@kernel.org>
Fri, 28 Jan 2022 04:29:10 +0000 (20:29 -0800)
committerPaul E. McKenney <paulmck@kernel.org>
Wed, 2 Feb 2022 01:24:39 +0000 (17:24 -0800)
commit212e9b70d408897f0df68ef0701b1adee36a2689
tree94b1f3086379ea9d2b01fe1eee30422ac111a39a
parent63778a642a4e0d78fb79128c3c10a91020116c5f
rcutorture: Enable limited callback-flooding tests of SRCU

This commit allows up to 50,000 callbacks worth of callback-flooding
tests of SRCU.  The goal of this change is to exercise Tree SRCU's
ability to transition from SRCU_SIZE_SMALL to SRCU_SIZE_BIG triggered
by callback-queue-time lock contention.

Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
kernel/rcu/rcutorture.c