Home
last modified time | relevance | path

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

/openbmc/qemu/util/
H A Dvhost-user-server.c262 VuFdWatch *vu_fd_watch = opaque; in kick_handler() local
263 VuDev *vu_dev = vu_fd_watch->vu_dev; in kick_handler()
265 vu_fd_watch->cb(vu_dev, 0, vu_fd_watch->pvt); in kick_handler()
278 VuFdWatch *vu_fd_watch, *next; in find_vu_fd_watch() local
279 QTAILQ_FOREACH_SAFE(vu_fd_watch, &server->vu_fd_watches, next, next) { in find_vu_fd_watch()
280 if (vu_fd_watch->fd == fd) { in find_vu_fd_watch()
281 return vu_fd_watch; in find_vu_fd_watch()
297 VuFdWatch *vu_fd_watch = find_vu_fd_watch(server, fd); in set_watch() local
299 if (!vu_fd_watch) { in set_watch()
300 vu_fd_watch = g_new0(VuFdWatch, 1); in set_watch()
[all …]