Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/
H A Dgk20a.c104 struct mutex *mm_mutex; member
344 mutex_lock(imem->mm_mutex); in gk20a_instobj_dtor_iommu()
346 mutex_unlock(imem->mm_mutex); in gk20a_instobj_dtor_iommu()
463 mutex_lock(imem->mm_mutex); in gk20a_instobj_ctor_iommu()
467 mutex_unlock(imem->mm_mutex); in gk20a_instobj_ctor_iommu()
498 mutex_lock(imem->mm_mutex); in gk20a_instobj_ctor_iommu()
500 mutex_unlock(imem->mm_mutex); in gk20a_instobj_ctor_iommu()
590 imem->mm_mutex = &tdev->iommu.mutex; in gk20a_instmem_new()