Home
last modified time | relevance | path

Searched defs:vhost_vring_file (Results 1 – 2 of 2) 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/crosvm/virtio_sys/src/
Dvhost.rs72 pub struct vhost_vring_file { struct
73 pub index: ::std::os::raw::c_uint,
74 pub fd: ::std::os::raw::c_int,