Home
last modified time | relevance | path

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

/openbmc/qemu/include/qemu/
H A Dvhost-user-server.h22 typedef struct VuFdWatch { struct
27 QTAILQ_ENTRY(VuFdWatch) next; argument
28 } VuFdWatch; typedef
52 QTAILQ_HEAD(, VuFdWatch) vu_fd_watches;
/openbmc/qemu/util/
H A Dvhost-user-server.c262 VuFdWatch *vu_fd_watch = opaque; in kick_handler()
275 static VuFdWatch *find_vu_fd_watch(VuServer *server, int fd) in find_vu_fd_watch()
278 VuFdWatch *vu_fd_watch, *next; in find_vu_fd_watch()
297 VuFdWatch *vu_fd_watch = find_vu_fd_watch(server, fd); in set_watch()
300 vu_fd_watch = g_new0(VuFdWatch, 1); in set_watch()
323 VuFdWatch *vu_fd_watch = find_vu_fd_watch(server, fd); in remove_watch()
385 VuFdWatch *vu_fd_watch; in vhost_user_server_stop()
418 VuFdWatch *vu_fd_watch; in vhost_user_server_attach_aio_context()
456 VuFdWatch *vu_fd_watch; in vhost_user_server_detach_aio_context()