diff options
author | 2024-08-01 17:43:06 -0700 | |
---|---|---|
committer | 2024-08-15 00:14:48 +0530 | |
commit | 1c3e6e7903fa939601fdd326b04507304ba22337 (patch) | |
tree | 45773e18a3dc2a1d523d4a5ec8ec5087ef7b74d8 /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | rcuscale: Make rcu_scale_writer() tolerate repeated GFP_KERNEL failure (diff) | |
download | wireguard-linux-1c3e6e7903fa939601fdd326b04507304ba22337.tar.xz wireguard-linux-1c3e6e7903fa939601fdd326b04507304ba22337.zip |
rcuscale: Use special allocator for rcu_scale_writer()
The rcu_scale_writer() function needs only a fixed number of rcu_head
structures per kthread, which means that a trivial allocator suffices.
This commit therefore uses an llist-based allocator using a fixed array of
structures per kthread. This allows aggressive testing of RCU performance
without stressing the slab allocators.
Signed-off-by: "Paul E. McKenney" <paulmck@kernel.org>
Signed-off-by: Neeraj Upadhyay <neeraj.upadhyay@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions