Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/devices/src/virtio/vhost/
H A Dscmi.rs36 vhost_handle: Option<VhostScmiHandle>, field
124 let vhost_handle = self.vhost_handle.take().context("missing vhost_handle")?; in activate() localVariable
H A Dvsock.rs43 vhost_handle: Option<VhostVsockHandle>, field
186 let vhost_handle = self.vhost_handle.take().context("missing vhost_handle")?; in activate() localVariable
H A Dworker.rs37 pub vhost_handle: T, field