Searched refs:streams_mutex (Results 1 – 3 of 3) sorted by relevance
118 mutex_lock(&master->smmu->streams_mutex); in arm_smmu_attach_commit_vmaster()121 mutex_unlock(&master->smmu->streams_mutex); in arm_smmu_attach_commit_vmaster()443 lockdep_assert_held(&vmaster->vsmmu->smmu->streams_mutex); in arm_vmaster_report_event()
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()1865 mutex_lock(&smmu->streams_mutex); in arm_smmu_handle_event()1879 mutex_unlock(&smmu->streams_mutex); in arm_smmu_handle_event()3388 mutex_lock(&smmu->streams_mutex); in arm_smmu_insert_master()3426 mutex_unlock(&smmu->streams_mutex); in arm_smmu_insert_master()3440 mutex_lock(&smmu->streams_mutex); in arm_smmu_remove_master()3443 mutex_unlock(&smmu->streams_mutex); in arm_smmu_remove_master()3869 mutex_init(&smmu->streams_mutex); in arm_smmu_init_structures()
794 struct mutex streams_mutex; member