Searched refs:set_watch (Results 1 – 5 of 5) sorted by relevance
| /openbmc/qemu/subprojects/libvhost-user/ |
| H A D | link-test.c | 16 set_watch(VuDev *dev, int fd, int condition, in set_watch() function 40 rc = vu_init(&dev, max_queues, socket, panic, NULL, set_watch, remove_watch, &iface); in main()
|
| H A D | libvhost-user-glib.c | 105 set_watch(VuDev *vu_dev, int fd, int vu_evt, vu_watch_cb cb, void *pvt) in set_watch() function 156 if (!vu_init(&dev->parent, max_queues, socket, panic, NULL, set_watch, in vug_init()
|
| H A D | libvhost-user.h | 436 vu_set_watch_cb set_watch; member 479 vu_set_watch_cb set_watch,
|
| H A D | libvhost-user.c | 1428 dev->set_watch(dev, dev->vq[index].kick_fd, VU_WATCH_IN, in vu_set_vring_kick_exec() 1450 dev->set_watch(dev, vq->kick_fd, VU_WATCH_IN, in vu_set_queue_handler() 2258 vu_set_watch_cb set_watch, in vu_init() argument 2266 assert(set_watch); in vu_init() 2276 dev->set_watch = set_watch; in vu_init()
|
| /openbmc/qemu/util/ |
| H A D | vhost-user-server.c | 29 * When virtqueues are set up libvhost-user calls set_watch() to monitor kick 294 set_watch(VuDev *vu_dev, int fd, int vu_evt, in set_watch() 355 vu_message_read, set_watch, remove_watch, server->vu_iface)) { in vu_accept() 288 set_watch(VuDev *vu_dev, int fd, int vu_evt, set_watch() function
|