Home
last modified time | relevance | path

Searched refs:VHOST_SET_VRING_NUM (Results 1 – 6 of 6) sorted by relevance

/linux/tools/perf/trace/beauty/include/uapi/linux/
H A Dvhost.h71 #define VHOST_SET_VRING_NUM _IOW(VHOST_VIRTIO, 0x10, struct vhost_vring_state) macro
/linux/include/uapi/linux/
H A Dvhost.h71 #define VHOST_SET_VRING_NUM _IOW(VHOST_VIRTIO, 0x10, struct vhost_vring_state) macro
/linux/tools/virtio/
H A Dvirtio_test.c83 r = ioctl(dev->control, VHOST_SET_VRING_NUM, &state); in vhost_vq_setup()
H A Dvhost_net_test.c163 r = ioctl(dev->control, VHOST_SET_VRING_NUM, &state); in vhost_vq_setup()
/linux/drivers/vhost/
H A Dvhost.c2119 case VHOST_SET_VRING_NUM: in vhost_vring_set_num_addr()
2148 if (ioctl == VHOST_SET_VRING_NUM || in vhost_vring_ioctl()
H A Dvdpa.c766 case VHOST_SET_VRING_NUM: in vhost_vdpa_vring_ioctl()