Home
last modified time | relevance | path

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

/external/crosvm/devices/src/virtio/block/
Dasynchronous.rs571 pub struct BlockAsync { struct
589 impl BlockAsync { argument
603 ) -> SysResult<BlockAsync> { in new()
880 impl VirtioDevice for BlockAsync { implementation
1023 impl Suspendable for BlockAsync {} implementation
/external/crosvm/devices/src/virtio/vhost/user/device/
Dblock.rs67 impl VhostUserDevice for BlockAsync { implementation