Searched refs:vhost_interrupt (Results 1 – 3 of 3) sorted by relevance
/external/crosvm/devices/src/virtio/vhost/ |
D | net.rs | 48 vhost_interrupt: Option<Vec<Event>>, field 101 let mut vhost_interrupt = Vec::new(); in new() localVariable 103 vhost_interrupt.push(Event::new().map_err(Error::VhostIrqCreate)?); in new() 113 vhost_interrupt: Some(vhost_interrupt), in new() 139 if let Some(vhost_interrupt) = &self.vhost_interrupt { in keep_rds() 140 for vhost_int in vhost_interrupt.iter() { in keep_rds() 206 let vhost_interrupt = self in activate() localVariable 207 .vhost_interrupt in activate() 219 vhost_interrupt, in activate() 323 self.vhost_interrupt = Some(worker.vhost_interrupt); in reset()
|
D | worker.rs | 38 pub vhost_interrupt: Vec<Event>, field 47 vhost_interrupt: Vec<Event>, in new() 56 vhost_interrupt, in new() 153 for (index, vhost_int) in self.vhost_interrupt.iter().enumerate() { in run() 170 self.vhost_interrupt[index] in run() 252 .set_vring_call(queue_index, &self.vhost_interrupt[queue_index]) in set_vring_call_for_entry() 261 .set_vring_call(queue_index, &self.vhost_interrupt[queue_index]) in set_vring_call_for_entry() 272 .set_vring_call(queue_index, &self.vhost_interrupt[queue_index]) in set_vring_calls() 285 .set_vring_call(queue_index, &self.vhost_interrupt[queue_index]) in set_vring_calls() 290 .set_vring_call(queue_index, &self.vhost_interrupt[queue_index]) in set_vring_calls()
|
D | vsock.rs | 266 self.interrupts = Some(worker.vhost_interrupt); in reset() 290 self.interrupts = Some(worker.vhost_interrupt); in virtio_sleep()
|