| commit | f81c21ec3fca688bfcb6fa0abaf70404655765dc | [log] [tgz] |
|---|---|---|
| author | Paul E. McKenney <paulmck@kernel.org> | Thu Sep 18 08:21:26 2025 -0700 |
| committer | Paul E. McKenney <paulmck@kernel.org> | Thu Sep 18 08:25:16 2025 -0700 |
| tree | af177e298e654dc04d4806f3a30290098b760c64 | |
| parent | 3093f6bcd23b71841ed4ab1eb511c5731bfa6f6d [diff] |
rcutorture: Exercise DEFINE_STATIC_SRCU_FAST() and init_srcu_struct_fast() This commit updates the initialization for the "srcu" and "srcud" torture types to use DEFINE_STATIC_SRCU_FAST() and init_srcu_struct_fast(), respectively, when reader_flavor is equal to SRCU_READ_FLAVOR_FAST. Signed-off-by: Paul E. McKenney <paulmck@kernel.org>