commit | c945b4da7a448a9a56becc5a8745d942b2b83d3c | [log] [tgz] |
---|---|---|
author | Vineeth Pillai <vineeth@bitbyteword.org> | Sun Oct 16 16:22:56 2022 +0000 |
committer | Paul E. McKenney <paulmck@kernel.org> | Tue Nov 29 14:02:52 2022 -0800 |
tree | 3290c9cd09995a33e3c3c509d985c91b8829fd75 | |
parent | 3d222a0c0cfef85bad2c9cff5d541836cb81cfbd [diff] |
rcu: Shrinker for lazy rcu The shrinker is used to speed up the free'ing of memory potentially held by RCU lazy callbacks. RCU kernel module test cases show this to be effective. Test is introduced in a later patch. Signed-off-by: Vineeth Pillai <vineeth@bitbyteword.org> Signed-off-by: Joel Fernandes (Google) <joel@joelfernandes.org> Signed-off-by: Paul E. McKenney <paulmck@kernel.org>