Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/iommu/arm/arm-smmu-v3/
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()
1862 mutex_lock(&smmu->streams_mutex); in arm_smmu_handle_event()
1871 mutex_unlock(&smmu->streams_mutex); in arm_smmu_handle_event()
3364 mutex_lock(&smmu->streams_mutex); in arm_smmu_insert_master()
3391 mutex_unlock(&smmu->streams_mutex); in arm_smmu_insert_master()
3405 mutex_lock(&smmu->streams_mutex); in arm_smmu_remove_master()
3408 mutex_unlock(&smmu->streams_mutex); in arm_smmu_remove_master()
3834 mutex_init(&smmu->streams_mutex); in arm_smmu_init_structures()
Darm-smmu-v3.h793 struct mutex streams_mutex; member