Home
last modified time | relevance | path

Searched refs:stream_map_mutex (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/iommu/
Darm-smmu.c1016 mutex_lock(&smmu->stream_map_mutex); in arm_smmu_master_alloc_smes()
1056 mutex_unlock(&smmu->stream_map_mutex); in arm_smmu_master_alloc_smes()
1064 mutex_unlock(&smmu->stream_map_mutex); in arm_smmu_master_alloc_smes()
1074 mutex_lock(&smmu->stream_map_mutex); in arm_smmu_master_free_smes()
1080 mutex_unlock(&smmu->stream_map_mutex); in arm_smmu_master_free_smes()
1752 mutex_init(&smmu->stream_map_mutex); in arm_smmu_device_cfg_probe()
Darm-smmu.h262 struct mutex stream_map_mutex; member