HomeSort by: relevance | last modified time | path
    Searched refs:kref_put (Results 1 - 25 of 41) sorted by relevancy

1 2

  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_perf.h 59 kref_put(&oa_config->ref, i915_oa_config_release);
i915_gpu_error.h 260 kref_put(&gpu->ref, __i915_gpu_coredump_free);
intel_memory_region.c 246 kref_put(&mem->kref, __intel_memory_region_destroy);
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
amdgpu_dc_sink.c 89 kref_put(&sink->refcount, dc_sink_free);
amdgpu_dc_surface.c 199 kref_put(&plane_state->refcount, dc_plane_state_free);
215 kref_put(&(*gamma)->refcount, dc_gamma_free);
246 kref_put(&tf->refcount, dc_transfer_func_free);
290 kref_put(&lut->refcount, dc_3dlut_func_free);
  /src/sys/external/bsd/drm2/dist/drm/i915/gt/
intel_timeline.h 54 kref_put(&timeline->kref, __intel_timeline_free);
intel_ring.h 40 kref_put(&ring->ref, intel_ring_free);
intel_context.h 136 kref_put(&ce->ref, ce->ops->destroy);
intel_gt_requests.c 183 if (kref_put(&tl->kref, null_release)) {
  /src/sys/external/bsd/drm2/dist/include/drm/
drm_syncobj.h 90 kref_put(&obj->refcount, drm_syncobj_free);
drm_gem.h 416 kref_put(&obj->refcount, drm_gem_object_free);
drm_atomic.h 409 kref_put(&commit->ref, __drm_crtc_commit_free);
440 kref_put(&state->ref, __drm_atomic_state_free);
  /src/sys/external/bsd/drm2/dist/drm/
drm_dp_aux_dev.c 123 kref_put(&aux_dev->refcount, release_drm_dp_aux_dev);
243 kref_put(&aux_dev->refcount, release_drm_dp_aux_dev);
301 kref_put(&aux_dev->refcount, release_drm_dp_aux_dev);
drm_auth.c 369 kref_put(&(*master)->refcount, drm_master_destroy);
  /src/sys/external/bsd/drm2/dist/drm/i915/selftests/
lib_sw_fence.c 140 kref_put(&h->ref, heap_fence_release);
i915_active.c 48 kref_put(&active->ref, __live_release);
  /src/sys/external/bsd/drm2/include/linux/
kref.h 129 kref_put(struct kref *kref, void (*release)(struct kref *)) function in typeref:typename:int
  /src/sys/external/bsd/drm2/dist/drm/i915/gem/
i915_gem_context.h 148 kref_put(&ctx->ref, i915_gem_context_release);
  /src/sys/external/bsd/drm2/dist/drm/i915/gvt/
gtt.h 185 kref_put(&mm->ref, _intel_vgpu_mm_release);
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/core/
nouveau_nvkm_core_memory.c 128 kref_put(&memory->kref, nvkm_memory_del);
  /src/sys/external/bsd/drm2/dist/drm/ttm/
ttm_bo.c 232 kref_put(&bo->list_kref, ttm_bo_ref_bug);
237 kref_put(&bo->list_kref, ttm_bo_ref_bug);
610 kref_put(&bo->list_kref, ttm_bo_ref_bug);
655 kref_put(&bo->list_kref, ttm_bo_release_list);
697 kref_put(&bo->list_kref, ttm_bo_release_list);
702 kref_put(&bo->kref, ttm_bo_release);
898 kref_put(&busy_bo->list_kref, ttm_bo_release_list);
907 kref_put(&bo->list_kref, ttm_bo_release_list);
917 kref_put(&bo->list_kref, ttm_bo_release_list);
1941 kref_put(&bo->list_kref, ttm_bo_release_list)
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_bo_list.c 183 kref_put(&list->refcount, amdgpu_bo_list_free);
237 kref_put(&list->refcount, amdgpu_bo_list_free);
amdgpu_ctx.c 302 kref_put(&ctx->refcount, amdgpu_ctx_do_release);
457 kref_put(&ctx->refcount, amdgpu_ctx_do_release);
634 if (kref_put(&ctx->refcount, amdgpu_ctx_fini) != 1)
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
ttm_object.c 161 kref_put(&tfile->refcount, ttm_object_file_destroy);
232 kref_put(&base->refcount, ttm_release_base);
465 kref_put(&ref->kref, ttm_ref_object_release);
  /src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_fence.c 141 kref_put(&fctx->fence_ref, nouveau_fence_context_put);
538 kref_put(&fctx->fence_ref, nouveau_fence_context_put);

Completed in 28 milliseconds

1 2