Searched refs:VHOST_SET_VRING_KICK (Results 1 - 5 of 5) sorted by relevance

/linux-master/tools/include/uapi/linux/
H A Dvhost.h109 #define VHOST_SET_VRING_KICK _IOW(VHOST_VIRTIO, 0x20, struct vhost_vring_file) macro
/linux-master/include/uapi/linux/
H A Dvhost.h109 #define VHOST_SET_VRING_KICK _IOW(VHOST_VIRTIO, 0x20, struct vhost_vring_file) macro
/linux-master/tools/virtio/
H A Dvirtio_test.c91 r = ioctl(dev->control, VHOST_SET_VRING_KICK, &file);
H A Dvhost_net_test.c174 r = ioctl(dev->control, VHOST_SET_VRING_KICK, &file);
/linux-master/drivers/vhost/
H A Dvhost.c686 * VHOST_SET_VRING_KICK and not done the driver specific
1932 case VHOST_SET_VRING_KICK:

Completed in 103 milliseconds