Home
last modified time | relevance | path

Searched refs:streams_mutex (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/iommu/arm/arm-smmu-v3/
H A Darm-smmu-v3-iommufd.c118 mutex_lock(&master->smmu->streams_mutex); in arm_smmu_attach_commit_vmaster()
121 mutex_unlock(&master->smmu->streams_mutex); in arm_smmu_attach_commit_vmaster()
443 lockdep_assert_held(&vmaster->vsmmu->smmu->streams_mutex); in arm_vmaster_report_event()
H A Darm-smmu-v3.c1774 lockdep_assert_held(&smmu->streams_mutex); in arm_smmu_find_master()
1809 mutex_lock(&smmu->streams_mutex); in arm_smmu_decode_event()
1813 mutex_unlock(&smmu->streams_mutex); in arm_smmu_decode_event()
1865 mutex_lock(&smmu->streams_mutex); in arm_smmu_handle_event()
1879 mutex_unlock(&smmu->streams_mutex); in arm_smmu_handle_event()
3388 mutex_lock(&smmu->streams_mutex); in arm_smmu_insert_master()
3426 mutex_unlock(&smmu->streams_mutex); in arm_smmu_insert_master()
3440 mutex_lock(&smmu->streams_mutex); in arm_smmu_remove_master()
3443 mutex_unlock(&smmu->streams_mutex); in arm_smmu_remove_master()
3869 mutex_init(&smmu->streams_mutex); in arm_smmu_init_structures()
H A Darm-smmu-v3.h794 struct mutex streams_mutex; member