Home
last modified time | relevance | path

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

/external/crosvm/devices/src/virtio/vhost/
Dvsock.rs38 vhost_handle: Option<VhostVsockHandle>, field
159 let vhost_handle = self.vhost_handle.take().context("missing vhost_handle")?; in activate() localVariable
Dworker.rs28 pub vhost_handle: T, field