Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/iommu/arm/arm-smmu-v3/
Darm-smmu-v3.c1421 lockdep_assert_held(&smmu->streams_mutex); in arm_smmu_find_master()
1509 mutex_lock(&smmu->streams_mutex); in arm_smmu_handle_evt()
1528 mutex_unlock(&smmu->streams_mutex); in arm_smmu_handle_evt()
2547 mutex_lock(&smmu->streams_mutex); in arm_smmu_insert_master()
2600 mutex_unlock(&smmu->streams_mutex); in arm_smmu_insert_master()
2614 mutex_lock(&smmu->streams_mutex); in arm_smmu_remove_master()
2617 mutex_unlock(&smmu->streams_mutex); in arm_smmu_remove_master()
3085 mutex_init(&smmu->streams_mutex); in arm_smmu_init_structures()
Darm-smmu-v3.h677 struct mutex streams_mutex; member