Searched refs:pt_mutex (Results 1 – 5 of 5) sorted by relevance
313 mutex_lock(&mmu->pt_mutex); in mmu_map()321 mutex_unlock(&mmu->pt_mutex); in mmu_map()344 mutex_unlock(&mmu->pt_mutex); in mmu_map()443 mutex_lock(&mmu->pt_mutex); in mmu_unmap()446 mutex_unlock(&mmu->pt_mutex); in mmu_unmap()456 mutex_unlock(&mmu->pt_mutex); in mmu_unmap()522 mutex_init(&mmu->pt_mutex); in isp_mmu_init()
105 struct mutex pt_mutex; member
666 WARN_ON_ONCE(!mutex_is_locked(&pt->pt_mutex)); in mshv_assign_ioeventfd()758 WARN_ON_ONCE(!mutex_is_locked(&pt->pt_mutex)); in mshv_deassign_ioeventfd()
100 struct mutex pt_mutex; member
1602 if (mutex_lock_killable(&partition->pt_mutex)) in mshv_partition_ioctl()1635 mutex_unlock(&partition->pt_mutex); in mshv_partition_ioctl()1936 mutex_init(&partition->pt_mutex); in mshv_ioctl_create_partition()
Completed in 15 milliseconds