Home
last modified time | relevance | path

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

/openbmc/qemu/hw/remote/
H A Dvfio-user-obj.c109 int vfu_poll_fd; member
214 o->vfu_poll_fd = -1; in vfu_object_ctx_run()
234 qemu_set_fd_handler(o->vfu_poll_fd, NULL, NULL, NULL); in vfu_object_attach_ctx()
236 pfds[0].fd = o->vfu_poll_fd; in vfu_object_attach_ctx()
255 o->vfu_poll_fd = vfu_get_poll_fd(o->vfu_ctx); in vfu_object_attach_ctx()
256 if (o->vfu_poll_fd < 0) { in vfu_object_attach_ctx()
825 o->vfu_poll_fd = vfu_get_poll_fd(o->vfu_ctx); in vfu_object_init_ctx()
826 if (o->vfu_poll_fd < 0) { in vfu_object_init_ctx()
869 o->vfu_poll_fd = -1; in vfu_object_init()
883 if (o->vfu_poll_fd != -1) { in vfu_object_finalize()
[all …]