Home
last modified time | relevance | path

Searched refs: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
77 queue_evts.push(Event::new()?) in new()
92 queue_evts, in new()
104 self.queue_evts in ioevents()
151 .zip(self.queue_evts.iter()) in activate()
H A Dvirtio_pci_device.rs299 queue_evts: Vec<QueueEvent>, field
364 let mut queue_evts = Vec::new(); in new() localVariable
366 queue_evts.push(QueueEvent { in new()
503 queue_evts, in new()
642 .zip(self.queue_evts.iter_mut()) in activate()
679 for (queue_index, evt) in self.queue_evts.iter_mut().enumerate() { in unregister_ioevents()
758 self.queue_evts in keep_rds()
954 if let Some(evt) = self.queue_evts.get(queue_index) { in write_bar()
1386 .queue_evts in restore()
1416 .zip(self.queue_evts.iter_mut()) in restore()
[all …]