Searched refs:handle_lock (Results 1 – 2 of 2) sorted by relevance
121 mtx_init(&shim_fd->handle_lock, mtx_plain); in drm_shim_file_create()243 mtx_lock(&shim_fd->handle_lock); in drm_shim_ioctl_gem_close()247 mtx_unlock(&shim_fd->handle_lock); in drm_shim_ioctl_gem_close()254 mtx_unlock(&shim_fd->handle_lock); in drm_shim_ioctl_gem_close()345 mtx_lock(&shim_fd->handle_lock); in drm_shim_bo_lookup()349 mtx_unlock(&shim_fd->handle_lock); in drm_shim_bo_lookup()384 mtx_lock(&shim_fd->handle_lock); in drm_shim_bo_get_handle()390 mtx_unlock(&shim_fd->handle_lock); in drm_shim_bo_get_handle()394 mtx_unlock(&shim_fd->handle_lock); in drm_shim_bo_get_handle()
73 mtx_t handle_lock; member