Home
last modified time | relevance | path

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

/external/crosvm/swap/src/
Dcontroller.rs135 command_tube: Tube, field
396 let command_tube = self in create_device_helper() localVariable
443 let command_tube = self in prepare_fork() localVariable
456 command_tube: SendTube, field
462 let command_tube = self.command_tube.try_clone().context("try clone tube")?; in prepare_fork() localVariable
478 command_tube: SendTube, field
/external/crosvm/devices/src/virtio/
Dballoon.rs927 command_tube: Tube, field
955 let command_tube = AsyncTube::new(&ex, command_tube).unwrap(); in run_worker() localVariable
1274 command_tube: Option<Tube>, field
1469 let command_tube = self.command_tube.take().unwrap(); in start_worker() localVariable
Diommu.rs660 let command_tube = AsyncTube::new(&ex, iommu_device_tube).unwrap(); in run() localVariable
/external/crosvm/devices/src/virtio/block/
Dasynchronous.rs356 let command_tube = match command_tube { in handle_command_tube() localVariable