aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorEric Dumazet <[email protected]>2019-06-12 09:52:32 -0700
committerDavid S. Miller <[email protected]>2019-06-14 18:52:14 -0700
commit3a2bb84e4aeab5c90d16e1cd17dbaa17631af529 (patch)
treec49e1fe841e2a01314f4d7454d8472c6fcd7d5df /tools/perf/scripts/python
parent2c51c6273c73ff04099f48fb42dfdd2acc7a1b70 (diff)
net/packet: remove locking from packet_rcv_has_room()
__packet_rcv_has_room() can now be run without lock being held. po->pressure is only a non persistent hint, we can mark all read/write accesses with READ_ONCE()/WRITE_ONCE() to document the fact that the field could be written without any synchronization. Signed-off-by: Eric Dumazet <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions