Home
last modified time | relevance | path

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

/external/crosvm/fuzz/
Dblock_fuzzer.rs78 let queue_evts: Vec<Event> = vec![Event::new().unwrap()]; localVariable
/external/crosvm/devices/src/virtio/
Dvirtio_pci_device.rs211 queue_evts: Vec<Event>, field
226 let mut queue_evts = Vec::new(); in new() localVariable