aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorTakashi Sakamoto <[email protected]>2024-08-05 17:53:57 +0900
committerTakashi Sakamoto <[email protected]>2024-08-05 17:53:57 +0900
commit2a6a58f06bd5d123a5b248a565b90b5df26c9ea8 (patch)
tree500976800667fe512966406bef21d3cc01f3620c /tools/perf/scripts/python
parenteade1e1ba2236f8f51e357a690ca70a41fe34d2d (diff)
firewire: core: use guard macro to access to IDR for fw_device
The core function maintains the instance of fw_device structure by IDR. The concurrent access to IDR is protected by static read/write semaphore. The semaphore is also utilized to protect concurrent access to the content of configuration ROM cached to the instance so that the cache is swapped to the latest one. This commit uses guard macro to maintain the mutex. Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Takashi Sakamoto <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions