Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/devices/src/virtio/
H A Dvirtio_mmio_device.rs57 queue_evts: Vec<Event>, field
75 let mut queue_evts = Vec::new(); in new() localVariable
H A Dvirtio_pci_device.rs299 queue_evts: Vec<QueueEvent>, field
364 let mut queue_evts = Vec::new(); in new() localVariable