Home
last modified time | relevance | path

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

/external/crosvm/devices/src/pci/pcie/
Dpcie_host.rs288 let vm_socket = vm_socket.lock(); in run() localVariable
318 vm_socket: Arc<Mutex<Tube>>, field
/external/crosvm/devices/src/pci/
Dvfio_pci.rs514 vm_socket: Tube, field
1308 let vm_socket = match self.vm_socket_vm.take() { in start_work_thread() localVariable