Home
last modified time | relevance | path

Searched defs:Vring (Results 1 – 6 of 6) sorted by relevance

/external/rust/android-crates-io/crates/vhost-user-backend/src/
Dbackend.rs44 type Vring: VringT<GM<Self::Bitmap>>; typedef
133 vrings: &[Self::Vring], in handle_event()
172 type Vring: VringT<GM<Self::Bitmap>>; typedef
262 vrings: &[Self::Vring], in handle_event()
298 type Vring = T::Vring; typedef
360 vrings: &[Self::Vring], in handle_event()
383 type Vring = T::Vring; typedef
445 vrings: &[Self::Vring], in handle_event()
471 type Vring = T::Vring; typedef
533 vrings: &[Self::Vring], in handle_event()
[all …]
Devent_loop.rs84 vrings: Vec<T::Vring>, in new()
Dhandler.rs208 fn initialize_vring(&self, vring: &T::Vring, index: u8) -> VhostUserResult<()> { in initialize_vring()
/external/crosvm/devices/src/virtio/vhost/user/device/
Dhandler.rs208 struct Vring { struct
215 impl Vring { argument
/external/rust/android-crates-io/crates/vhost-user-backend/tests/
Dvhost-user-server.rs42 type Vring = VringRwLock; typedef
/external/rust/crates/vhost-device-vsock/src/
Dvhu_vsock.rs260 type Vring = VringRwLock; typedef