Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/iommu/arm/arm-smmu-v3/
Darm-smmu-v3.c1434 lockdep_assert_held(&smmu->streams_mutex); in arm_smmu_find_master()
1522 mutex_lock(&smmu->streams_mutex); in arm_smmu_handle_evt()
1541 mutex_unlock(&smmu->streams_mutex); in arm_smmu_handle_evt()
2578 mutex_lock(&smmu->streams_mutex); in arm_smmu_insert_master()
2620 mutex_unlock(&smmu->streams_mutex); in arm_smmu_insert_master()
2634 mutex_lock(&smmu->streams_mutex); in arm_smmu_remove_master()
2637 mutex_unlock(&smmu->streams_mutex); in arm_smmu_remove_master()
3080 mutex_init(&smmu->streams_mutex); in arm_smmu_init_structures()
Darm-smmu-v3.h676 struct mutex streams_mutex; member