Searched refs:kickfds (Results 1 – 3 of 3) sorted by relevance
104 file.fd = dev->kickfds[queue_sel]; in virtio_user_kick_queue()367 dev->kickfds[i] = kickfd; in virtio_user_dev_init_notify()373 if (dev->kickfds[j] >= 0) { in virtio_user_dev_init_notify()374 close(dev->kickfds[j]); in virtio_user_dev_init_notify()375 dev->kickfds[j] = -1; in virtio_user_dev_init_notify()392 if (dev->kickfds[i] >= 0) { in virtio_user_dev_uninit_notify()393 close(dev->kickfds[i]); in virtio_user_dev_uninit_notify()394 dev->kickfds[i] = -1; in virtio_user_dev_uninit_notify()575 dev->kickfds[i] = -1; in virtio_user_dev_init()
33 int kickfds[VIRTIO_MAX_VIRTQUEUES]; member
247 close(dev->kickfds[vq->vq_queue_index]); in virtio_user_del_queue()264 if (write(dev->kickfds[vq->vq_queue_index], &buf, sizeof(buf)) < 0) in virtio_user_notify_queue()