Home
last modified time | relevance | path

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

/external/crosvm/fuzz/
Dblock_fuzzer.rs88 let queue_evts: Vec<EventFd> = vec![EventFd::new().unwrap()]; in test_one_input() localVariable
/external/crosvm/devices/src/virtio/
Dvirtio_pci_device.rs160 queue_evts: Vec<EventFd>, field
170 let mut queue_evts = Vec::new(); in new() localVariable
218 pub fn queue_evts(&self) -> &[EventFd] { in queue_evts() method