Searched refs:VHOST_SET_VRING_KICK (Results 1 – 5 of 5) sorted by relevance
109 #define VHOST_SET_VRING_KICK _IOW(VHOST_VIRTIO, 0x20, struct vhost_vring_file) macro
91 r = ioctl(dev->control, VHOST_SET_VRING_KICK, &file); in vhost_vq_setup()
174 r = ioctl(dev->control, VHOST_SET_VRING_KICK, &file); in vhost_vq_setup()
2014 case VHOST_SET_VRING_KICK: in vhost_vring_ioctl()