Searched refs:streams_mutex (Results 1 – 2 of 2) sorted by relevance
1774 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()
793 struct mutex streams_mutex; member