diff options
| author | Paul E. McKenney <paulmck@kernel.org> | 2021-11-22 21:02:43 -0800 |
|---|---|---|
| committer | Paul E. McKenney <paulmck@kernel.org> | 2021-11-30 17:30:29 -0800 |
| commit | 4ead4e33194a4bb080f726fafef787b33ca98965 (patch) | |
| tree | 2011f1c664beae9e0a84995306cc8bee164e0699 /tools/testing/selftests/rcutorture | |
| parent | f61537009e3a7c5be8d30ebf61cc9f8596800d4c (diff) | |
| download | cachepc-linux-4ead4e33194a4bb080f726fafef787b33ca98965.tar.gz cachepc-linux-4ead4e33194a4bb080f726fafef787b33ca98965.zip | |
rcutorture: Cause TREE02 and TREE10 scenarios to do more callback flooding
This commit enables two callback-flood kthreads for the TREE02 scenario
and 28 for the TREE10 scenario.
Cc: Neeraj Upadhyay <neeraj.iitr10@gmail.com>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Diffstat (limited to 'tools/testing/selftests/rcutorture')
| -rw-r--r-- | tools/testing/selftests/rcutorture/configs/rcu/TREE02.boot | 1 | ||||
| -rw-r--r-- | tools/testing/selftests/rcutorture/configs/rcu/TREE10.boot | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/tools/testing/selftests/rcutorture/configs/rcu/TREE02.boot b/tools/testing/selftests/rcutorture/configs/rcu/TREE02.boot new file mode 100644 index 000000000000..dd914fa8f690 --- /dev/null +++ b/tools/testing/selftests/rcutorture/configs/rcu/TREE02.boot @@ -0,0 +1 @@ +rcutorture.fwd_progress=2 diff --git a/tools/testing/selftests/rcutorture/configs/rcu/TREE10.boot b/tools/testing/selftests/rcutorture/configs/rcu/TREE10.boot new file mode 100644 index 000000000000..dd914fa8f690 --- /dev/null +++ b/tools/testing/selftests/rcutorture/configs/rcu/TREE10.boot @@ -0,0 +1 @@ +rcutorture.fwd_progress=2 |
