Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/
H A Ddrm_drv.c672 mutex_destroy(&dev->master_mutex); in drm_dev_init()
673 mutex_destroy(&dev->ctxlist_mutex); in drm_dev_init()
674 mutex_destroy(&dev->filelist_mutex); in drm_dev_init()
675 mutex_destroy(&dev->struct_mutex); in drm_dev_init()
712 mutex_destroy(&dev->master_mutex); in drm_dev_fini()
713 mutex_destroy(&dev->ctxlist_mutex); in drm_dev_fini()
714 mutex_destroy(&dev->filelist_mutex); in drm_dev_fini()
715 mutex_destroy(&dev->struct_mutex); in drm_dev_fini()
H A Ddrm_connector.c375 mutex_destroy(&connector->mutex); in drm_connector_cleanup()
H A Ddrm_fb_helper.c949 mutex_destroy(&fb_helper->lock); in drm_fb_helper_fini()
/dragonfly/sys/dev/drm/include/linux/
H A Dmutex.h57 mutex_destroy(struct lock *mutex) in mutex_destroy() function
H A Dkfifo.h90 mutex_destroy(&meta->kfm_lock); in _kfifo_free()
/dragonfly/sys/dev/drm/amd/amdgpu/
H A Damdgpu_ctx.c132 mutex_destroy(&ctx->lock); in amdgpu_ctx_fini()
518 mutex_destroy(&mgr->lock); in amdgpu_ctx_mgr_fini()
H A Damdgpu_ids.c602 mutex_destroy(&id_mgr->lock); in amdgpu_vmid_mgr_fini()
H A Damdgpu_vce.c223 mutex_destroy(&adev->vce.idle_mutex); in amdgpu_vce_sw_fini()
H A Damdgpu_kms.c970 mutex_destroy(&fpriv->bo_list_lock); in amdgpu_driver_postclose_kms()
H A Damdgpu_ttm.c154 mutex_destroy(&adev->mman.gtt_window_lock); in amdgpu_ttm_global_fini()
/dragonfly/sys/dev/virtual/nvmm/
H A Dnvmm_os.h130 #define os_mtx_destroy(lock) mutex_destroy(lock)
/dragonfly/sys/dev/drm/ttm/
H A Dttm_object.c586 mutex_destroy(&prime->mutex); in ttm_prime_refcount_release()
H A Dttm_bo.c159 mutex_destroy(&bo->wu_mutex); in ttm_bo_release_list()
/dragonfly/sys/dev/drm/radeon/
H A Dradeon_vm.c1279 mutex_destroy(&vm->mutex);