Home
last modified time | relevance | path

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

/devicemodel/hw/pci/virtio/
A Dvhost.c204 irqfd.fd = vq->call_fd; in vhost_vq_register_eventfd()
240 vq->call_fd = eventfd(0, EFD_NONBLOCK | EFD_CLOEXEC); in vhost_vq_init()
241 if (vq->call_fd < 0) { in vhost_vq_init()
254 vq->call_fd = -1; in vhost_vq_init()
265 if (vq->call_fd > 0) { in vhost_vq_deinit()
266 close(vq->call_fd); in vhost_vq_deinit()
267 vq->call_fd = -1; in vhost_vq_deinit()
315 vhost_eventfd_test_and_clear(vq->call_fd); in vhost_vq_start()
357 file.fd = vq->call_fd; in vhost_vq_start()
/devicemodel/include/
A Dvhost.h28 int call_fd; /**< fd of call eventfd */ member

Completed in 6 milliseconds