Home
last modified time | relevance | path

Searched refs:VhostUserHostNotifier (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/include/hw/virtio/
H A Dvhost-user.h51 typedef struct VhostUserHostNotifier { struct
57 } VhostUserHostNotifier; typedef
/openbmc/qemu/hw/virtio/
H A Dvhost-user.c1186 static void vhost_user_host_notifier_free(VhostUserHostNotifier *n) in vhost_user_host_notifier_free()
1197 static void vhost_user_host_notifier_remove(VhostUserHostNotifier *n, in vhost_user_host_notifier_remove()
1260 static VhostUserHostNotifier *fetch_notifier(VhostUserState *u, in fetch_notifier()
1281 VhostUserHostNotifier *n = fetch_notifier(u->user, ring->index); in vhost_user_get_vring_base()
1517 static VhostUserHostNotifier *fetch_or_create_notifier(VhostUserState *u, in fetch_or_create_notifier()
1520 VhostUserHostNotifier *n = NULL; in fetch_or_create_notifier()
1532 n = g_new0(VhostUserHostNotifier, 1); in fetch_or_create_notifier()
1550 VhostUserHostNotifier *n; in vhost_user_backend_handle_vring_host_notifier()
2738 VhostUserHostNotifier *n = (VhostUserHostNotifier *) data; in vhost_user_state_destroy()