Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_deps.c102 goto unref; in i915_deps_grow()
107 goto unref; in i915_deps_grow()
111 goto unref; in i915_deps_grow()
115 unref: in i915_deps_grow()
/openbmc/linux/drivers/accessibility/speakup/
H A Dselection.c44 goto unref; in __speakup_set_selection()
53 unref: in __speakup_set_selection()
/openbmc/qemu/hw/display/
H A Dvirtio-gpu-virgl.c84 struct virtio_gpu_resource_unref unref; in virgl_cmd_resource_unref() local
88 VIRTIO_GPU_FILL_CMD(unref); in virgl_cmd_resource_unref()
89 trace_virtio_gpu_cmd_res_unref(unref.resource_id); in virgl_cmd_resource_unref()
91 virgl_renderer_resource_detach_iov(unref.resource_id, in virgl_cmd_resource_unref()
97 virgl_renderer_resource_unref(unref.resource_id); in virgl_cmd_resource_unref()
H A Dvirtio-gpu-rutabaga.c156 struct virtio_gpu_resource_unref unref; in rutabaga_cmd_resource_unref() local
160 VIRTIO_GPU_FILL_CMD(unref); in rutabaga_cmd_resource_unref()
162 trace_virtio_gpu_cmd_res_unref(unref.resource_id); in rutabaga_cmd_resource_unref()
164 res = virtio_gpu_find_resource(g, unref.resource_id); in rutabaga_cmd_resource_unref()
167 result = rutabaga_resource_unref(vr->rutabaga, unref.resource_id); in rutabaga_cmd_resource_unref()
H A Dvirtio-gpu.c428 struct virtio_gpu_resource_unref unref; in virtio_gpu_resource_unref() local
430 VIRTIO_GPU_FILL_CMD(unref); in virtio_gpu_resource_unref()
431 virtio_gpu_bswap_32(&unref, sizeof(unref)); in virtio_gpu_resource_unref()
432 trace_virtio_gpu_cmd_res_unref(unref.resource_id); in virtio_gpu_resource_unref()
434 res = virtio_gpu_find_resource(g, unref.resource_id); in virtio_gpu_resource_unref()
437 __func__, unref.resource_id); in virtio_gpu_resource_unref()
/openbmc/qemu/contrib/vhost-user-gpu/
H A Dvirgl.c110 struct virtio_gpu_resource_unref unref; in virgl_cmd_resource_unref() local
114 VUGPU_FILL_CMD(unref); in virgl_cmd_resource_unref()
116 virgl_renderer_resource_detach_iov(unref.resource_id, in virgl_cmd_resource_unref()
122 virgl_renderer_resource_unref(unref.resource_id); in virgl_cmd_resource_unref()
H A Dvhost-user-gpu.c463 struct virtio_gpu_resource_unref unref; in vg_resource_unref() local
465 VUGPU_FILL_CMD(unref); in vg_resource_unref()
466 virtio_gpu_bswap_32(&unref, sizeof(unref)); in vg_resource_unref()
468 res = virtio_gpu_find_resource(g, unref.resource_id); in vg_resource_unref()
471 __func__, unref.resource_id); in vg_resource_unref()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dktls_rx.c526 goto unref; in resync_update_sn()
529 goto unref; in resync_update_sn()
536 unref: in resync_update_sn()
/openbmc/linux/drivers/gpu/drm/armada/
H A Darmada_gem.c369 goto unref; in armada_gem_pwrite_ioctl()
379 unref: in armada_gem_pwrite_ioctl()
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_property.c773 goto unref; in drm_mode_getblob_ioctl()
777 unref: in drm_mode_getblob_ioctl()
/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/
H A D0002-ssaparse-enhance-SSA-text-lines-parsing.patch167 + /* not valid text found in this buffer return OK to let caller unref buffer */
/openbmc/linux/drivers/infiniband/ulp/ipoib/
H A Dipoib_main.c1161 goto unref; in ipoib_start_xmit()
1166 goto unref; in ipoib_start_xmit()
1181 unref: in ipoib_start_xmit()
/openbmc/linux/arch/x86/events/intel/
H A Duncore.c1517 goto unref; in uncore_event_cpu_offline()
1531 unref: in uncore_event_cpu_offline()
/openbmc/qemu/docs/devel/
H A Drcu.txt38 and these can now be safely reclaimed (e.g., freed or unref'ed).
/openbmc/qemu/
H A Dblockdev.c1808 goto unref; in drive_backup_action()
1816 unref: in drive_backup_action()
H A Dqemu-options.hx1459 ``discard-no-unref``
/openbmc/qemu/qapi/
H A Dblock-core.json3531 # @discard-no-unref: when enabled, data clusters will remain
3584 '*discard-no-unref': 'bool',
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/
H A D0004-mmal_20.patch7535 +// Purge pool & unref
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0004-ffmpeg-4.3.4-rpi_14.patch53174 + // Dequeue frame will unref any previous contents of frame
53175 + // if it returns success so we don't need an explicit unref
59064 +// *ppLink and unref the weak_link.