Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/devices/src/virtio/vhost/
H A Dnet.rs48 vhost_interrupt: Option<Vec<Event>>, field
101 let mut vhost_interrupt = Vec::new(); in new() localVariable
206 let vhost_interrupt = self in activate() localVariable
H A Dworker.rs38 pub vhost_interrupt: Vec<Event>, field