Home
last modified time | relevance | path

Searched defs:BlockAsync (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/crosvm/devices/src/virtio/block/
H A Dasynchronous.rs619 pub struct BlockAsync { struct
638 // Once a thread is started, we never stop it, except when `BlockAsync` itself is dropped. That argument
655 impl BlockAsync { implementation
664 ) -> SysResult<BlockAsync> { in new()
1089 impl VirtioDevice for BlockAsync { implementation
1904 fn modify_device(_block_context: &mut BlockContext, b: &mut BlockAsync) { in modify_device()
/aosp_15_r20/external/crosvm/devices/src/virtio/block/sys/
H A Dlinux.rs41 impl BlockAsync { implementation
H A Dwindows.rs37 impl BlockAsync { impl
/aosp_15_r20/external/crosvm/devices/src/virtio/vhost/user/device/
H A Dblock.rs38 impl VhostUserDeviceBuilder for BlockAsync { implementation