diff options
author | David Howells <[email protected]> | 2022-10-17 11:44:22 +0100 |
---|---|---|
committer | David Howells <[email protected]> | 2023-01-31 16:38:26 +0000 |
commit | 5bbf953382bec6d3b7003e9389668c1d0863db31 (patch) | |
tree | c7e55b8e988b8db8d183cc4469483f677078b05f /tools/perf/scripts/python/stackcollapse.py | |
parent | 84e28aa513af814807a5e9a0e5f3cab773946f3c (diff) |
rxrpc: De-atomic call->ackr_window and call->ackr_nr_unacked
call->ackr_window doesn't need to be atomic as ACK generation and ACK
transmission are now done in the same thread, so drop the atomic64 handling
and split it into two separate members.
Similarly, call->ackr_nr_unacked doesn't need to be atomic now either.
Signed-off-by: David Howells <[email protected]>
cc: Marc Dionne <[email protected]>
cc: [email protected]
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions