Home
last modified time | relevance | path

Searched defs:VringRwLock (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/rust/crates/vhost-device-vsock/src/
Dvhu_vsock_thread.rs245 epoll_handler: Arc<VringEpollHandler<ArcVhostBknd, VringRwLock, ()>>, in register_listeners() argument
497 vring: &VringRwLock, in process_rx_queue()
571 fn process_unix_sockets(&mut self, vring: &VringRwLock, event_idx: bool) -> Result<bool> { in process_unix_sockets()
595 pub fn process_raw_pkts(&mut self, vring: &VringRwLock, event_idx: bool) -> Result<bool> { in process_raw_pkts()
614 pub fn process_rx(&mut self, vring: &VringRwLock, event_idx: bool) -> Result<bool> { in process_rx()
699 pub fn process_tx(&mut self, vring_lock: &VringRwLock, event_idx: bool) -> Result<bool> { in process_tx()
Dvhu_vsock.rs296 vrings: &[VringRwLock], in handle_event()
/aosp_15_r20/external/rust/android-crates-io/crates/vhost-user-backend/src/
Dvring.rs387 pub struct VringRwLock<M: GuestAddressSpace = GuestMemoryAtomic<GuestMemoryMmap>> { struct
391 impl<M: GuestAddressSpace> VringRwLock<M> { implementation
398 impl<'a, M: 'a + GuestAddressSpace> VringStateGuard<'a, M> for VringRwLock<M> { implementation
402 impl<'a, M: 'a + GuestAddressSpace> VringStateMutGuard<'a, M> for VringRwLock<M> { implementation
406 impl<M: 'static + GuestAddressSpace> VringT<M> for VringRwLock<M> { implementation
Dbackend.rs478 _vrings: &[VringRwLock], in handle_event()
/aosp_15_r20/external/rust/android-crates-io/crates/vhost-user-backend/tests/
Dvhost-user-server.rs100 _vrings: &[VringRwLock], in handle_event()