HomeSort by: relevance | last modified time | path
    Searched defs:old_fence (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/drm2/linux/
linux_dma_resv.c 570 struct dma_fence *old_fence = robj->fence_excl; local in function:dma_resv_add_excl_fence
600 if (old_fence) {
601 dma_fence_put(old_fence);
602 old_fence = NULL; /* paranoia */
915 struct dma_fence *old_fence; local in function:dma_resv_copy_fences
985 old_fence = dst_robj->fence_excl;
1001 if (old_fence) {
1002 dma_fence_put(old_fence);
1003 old_fence = NULL; /* paranoia */
linux_dma_resv.c 570 struct dma_fence *old_fence = robj->fence_excl; local in function:dma_resv_add_excl_fence
600 if (old_fence) {
601 dma_fence_put(old_fence);
602 old_fence = NULL; /* paranoia */
915 struct dma_fence *old_fence; local in function:dma_resv_copy_fences
985 old_fence = dst_robj->fence_excl;
1001 if (old_fence) {
1002 dma_fence_put(old_fence);
1003 old_fence = NULL; /* paranoia */
  /src/sys/external/bsd/drm2/dist/drm/
drm_syncobj.c 285 struct dma_fence *old_fence; local in function:drm_syncobj_replace_fence
293 old_fence = rcu_dereference_protected(syncobj->fence,
297 if (fence != old_fence) {
304 dma_fence_put(old_fence);
drm_syncobj.c 285 struct dma_fence *old_fence; local in function:drm_syncobj_replace_fence
293 old_fence = rcu_dereference_protected(syncobj->fence,
297 if (fence != old_fence) {
304 dma_fence_put(old_fence);

Completed in 51 milliseconds