Searched refs:remove_watch (Results 1 – 5 of 5) sorted by relevance
/qemu/subprojects/libvhost-user/ |
H A D | link-test.c | 23 remove_watch(VuDev *dev, int fd) in remove_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 | 120 remove_watch(VuDev *vu_dev, int fd) in remove_watch() function 157 remove_watch, iface)) { in vug_init()
|
H A D | libvhost-user.h | 439 vu_remove_watch_cb remove_watch; member 480 vu_remove_watch_cb remove_watch,
|
H A D | libvhost-user.c | 761 dev->remove_watch(dev, dev->vq[index].kick_fd); in vu_kick_cb() 1283 dev->remove_watch(dev, dev->vq[index].kick_fd); in vu_get_vring_base_exec() 1414 dev->remove_watch(dev, dev->vq[index].kick_fd); in vu_set_vring_kick_exec() 1453 dev->remove_watch(dev, vq->kick_fd); in vu_set_queue_handler() 2207 dev->remove_watch(dev, vq->kick_fd); in vu_deinit() 2259 vu_remove_watch_cb remove_watch, in vu_init() argument 2267 assert(remove_watch); in vu_init() 2277 dev->remove_watch = remove_watch; in vu_init()
|
/qemu/util/ |
H A D | vhost-user-server.c | 315 static void remove_watch(VuDev *vu_dev, int fd) in remove_watch() function 347 vu_message_read, set_watch, remove_watch, server->vu_iface)) { in vu_accept()
|