Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iommu/arm/arm-smmu-v3/
H A Darm-smmu-v3.c1452 lockdep_assert_held(&smmu->streams_mutex); in arm_smmu_find_master()
1540 mutex_lock(&smmu->streams_mutex); in arm_smmu_handle_evt()
1559 mutex_unlock(&smmu->streams_mutex); in arm_smmu_handle_evt()
2588 mutex_lock(&smmu->streams_mutex); in arm_smmu_insert_master()
2630 mutex_unlock(&smmu->streams_mutex); in arm_smmu_insert_master()
2644 mutex_lock(&smmu->streams_mutex); in arm_smmu_remove_master()
2647 mutex_unlock(&smmu->streams_mutex); in arm_smmu_remove_master()
3099 mutex_init(&smmu->streams_mutex); in arm_smmu_init_structures()
H A Darm-smmu-v3.h684 struct mutex streams_mutex; member