Searched refs:VHOST_SET_VRING_KICK (Results 1 – 9 of 9) sorted by relevance
19 # arg1 == VHOST_SET_VRING_KICK ||
20 # arg1 == VHOST_SET_VRING_KICK ||
38 ioctl_iow_nr!(VHOST_SET_VRING_KICK, VHOST, 0x20, vhost::vhost_vring_file);
78 #define VHOST_SET_VRING_KICK _IOW(VHOST_VIRTIO, 0x20, struct vhost_vring_file) macro
399 let ret = unsafe { ioctl_with_ref(self, virtio_sys::VHOST_SET_VRING_KICK(), &vring_file) }; in set_vring_kick()