aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/exported-sql-viewer.py
diff options
context:
space:
mode:
authorEric Dumazet <[email protected]>2022-02-07 11:07:06 -0800
committerMarc Kleine-Budde <[email protected]>2022-02-24 08:26:03 +0100
commit181d4447905d551cc664f1e7e796b482c1eec992 (patch)
tree28962c41f02866e4d6d0a928c9747ddb97a9d578 /tools/perf/scripts/python/exported-sql-viewer.py
parent58212e03e5ec315b368afea5a32a87866feb59b0 (diff)
can: gw: use call_rcu() instead of costly synchronize_rcu()
Commit fb8696ab14ad ("can: gw: synchronize rcu operations before removing gw job entry") added three synchronize_rcu() calls to make sure one rcu grace period was observed before freeing a "struct cgw_job" (which are tiny objects). This should be converted to call_rcu() to avoid adding delays in device / network dismantles. Use the rcu_head that was already in struct cgw_job, not yet used. Link: https://lore.kernel.org/all/[email protected] Signed-off-by: Eric Dumazet <[email protected]> Cc: Oliver Hartkopp <[email protected]> Tested-by: Oliver Hartkopp <[email protected]> Signed-off-by: Marc Kleine-Budde <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions