Home
last modified time | relevance | path

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

/external/crosvm/devices/src/virtio/vhost/user/device/handler/sys/
Dunix.rs85 notification_evts: Vec<Event>, field
/external/crosvm/devices/src/virtio/vhost/user/device/vvu/
Dpci.rs272 pub notification_evts: Vec<Event>, field
431 let mut notification_evts = Vec::with_capacity(device_vq_num); in create_irqs() localVariable