Home
last modified time | relevance | path

Searched refs:vhost_svq_free (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/hw/virtio/
H A Dvhost-shadow-virtqueue.h139 void vhost_svq_free(gpointer vq);
140 G_DEFINE_AUTOPTR_CLEANUP_FUNC(VhostShadowVirtqueue, vhost_svq_free);
H A Dvhost-shadow-virtqueue.c753 void vhost_svq_free(gpointer pvq) in vhost_svq_free() function
H A Dvhost-vdpa.c585 shadow_vqs = g_ptr_array_new_full(hdev->nvqs, vhost_svq_free); in vhost_vdpa_init_svq()