Home
last modified time | relevance | path

Searched defs:vhost_vring_file (Results 1 – 3 of 3) sorted by relevance

/external/kernel-headers/original/uapi/linux/
Dvhost_types.h24 struct vhost_vring_file { struct
25 unsigned int index;
26 int fd; /* Pass -1 to unbind from file. */
/external/rust/crates/vmm_vhost/src/vhost_kern/
Dvhost_binding.rs120 pub struct vhost_vring_file { struct
121 pub index: raw::c_uint,
122 pub fd: raw::c_int,
/external/crosvm/virtio_sys/src/
Dvhost.rs575 pub struct vhost_vring_file { struct
582 ::std::mem::size_of::<vhost_vring_file>(), in bindgen_test_layout_vhost_vring_file() argument
612 impl Clone for vhost_vring_file { implementation