Home
last modified time | relevance | path

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

/external/crosvm/devices/src/virtio/vhost/
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
Dworker.rs38 pub vhost_interrupt: Vec<Event>, field