Home
last modified time | relevance | path

Searched defs:Interrupt (Results 1 – 25 of 62) sorted by relevance

123

/external/crosvm/devices/src/virtio/
Dinterrupt.rs69 pub struct Interrupt { struct
70 inner: Arc<InterruptInner>, argument
78 impl Interrupt { impl
162 impl Interrupt { implementation
168 ) -> Interrupt { in new()
195 ) -> Interrupt { in new_from_snapshot()
213 pub fn new_mmio(irq_evt_edge: IrqEdgeEvent, async_intr_status: bool) -> Interrupt { in new_mmio()
230 ) -> Interrupt { in new_vhost_user()
Dpmem.rs150 interrupt: Interrupt, in handle_queue()
184 interrupt: Interrupt, in run_worker()
298 interrupt: Interrupt, in activate()
350 queues_state: Option<(GuestMemory, Interrupt, BTreeMap<usize, Queue>)>, in virtio_wake() argument
Dballoon.rs356 interrupt: Interrupt, in handle_queue()
409 interrupt: Interrupt, in handle_reporting_queue()
462 interrupt: Interrupt, in handle_stats_queue()
540 interrupt: Interrupt, in handle_event()
575 interrupt: Interrupt, in handle_events_queue()
612 interrupt: Interrupt, in handle_ws_op_queue()
710 interrupt: Interrupt, in handle_ws_data_queue()
759 interrupt: Interrupt, in handle_command_tube()
946 interrupt: Interrupt, in run_worker()
1459 interrupt: Interrupt, in start_worker()
[all …]
Dconsole.rs87 interrupt: &Interrupt, in handle_input()
148 interrupt: &Interrupt, in process_transmit_queue()
339 interrupt: Interrupt, in activate()
445 queues_state: Option<(GuestMemory, Interrupt, BTreeMap<usize, Queue>)>, in virtio_wake() argument
Drng.rs144 interrupt: Interrupt, in activate()
181 queues_state: Option<(GuestMemory, Interrupt, BTreeMap<usize, Queue>)>, in virtio_wake() argument
Dvirtio_device.rs117 interrupt: Interrupt, in activate()
224 _queues_state: Option<(GuestMemory, Interrupt, BTreeMap<usize, Queue>)>, in virtio_wake() argument
253 _interrupt: Option<Interrupt>, in vhost_user_restore()
/external/crosvm/devices/src/virtio/console/
Dmultiport.rs145 doorbell: &Interrupt, in process_tx_ctrl_queue()
173 doorbell: Interrupt, in run_tx_ctrl_queue()
195 doorbell: Interrupt, in run_rx_ctrl_queue()
252 doorbell: Interrupt, in start_receive_queue()
290 doorbell: Interrupt, in start_transmit_queue()
Dasynchronous.rs70 doorbell: Interrupt, in run_tx_queue()
85 doorbell: Interrupt, in run_rx_queue()
172 doorbell: Interrupt, in start_receive_queue()
219 doorbell: Interrupt, in start_transmit_queue()
330 doorbell: Interrupt, in start_queue()
509 interrupt: Interrupt, in activate()
/external/crosvm/devices/src/virtio/net/sys/
Dlinux.rs85 interrupt: &Interrupt, in process_rx()
141 pub fn process_tx<T: TapT>(interrupt: &Interrupt, tx_queue: &mut Queue, mut tap: &mut T) { in process_tx()
Dwindows.rs80 interrupt: &Interrupt, in process_rx()
158 pub fn process_tx<T: TapT>(interrupt: &Interrupt, tx_queue: &mut Queue, tap: &mut T) { in process_tx()
/external/crosvm/devices/src/virtio/vhost/user/device/
Dnet.rs53 doorbell: Interrupt, in run_tx_queue()
81 doorbell: Interrupt, in run_ctrl_queue()
204 doorbell: Interrupt, in start_queue()
Dwl.rs56 doorbell: Interrupt, in run_out_queue()
76 doorbell: Interrupt, in run_in_queue()
210 doorbell: Interrupt, in start_queue()
Dfs.rs50 doorbell: Interrupt, in handle_fs_queue()
179 doorbell: Interrupt, in start_queue()
/external/grpc-grpc/test/cpp/util/
Dsubprocess.cc42 void SubProcess::Interrupt() { gpr_subprocess_interrupt(subprocess_); } in Interrupt() function in grpc::SubProcess
/external/crosvm/devices/src/virtio/vhost/user/device/net/sys/
Dwindows.rs91 call_evt: Interrupt, in run_rx_queue()
176 doorbell: Interrupt, in start_queue()
Dlinux.rs141 doorbell: Interrupt, in run_rx_queue()
185 doorbell: Interrupt, in start_queue()
/external/crosvm/devices/src/virtio/vhost_user_frontend/
Dmod.rs320 fn start_worker(&mut self, interrupt: Interrupt, non_msix_evt: Event) { in start_worker()
432 interrupt: Interrupt, in activate()
562 _queues_state: Option<(GuestMemory, Interrupt, BTreeMap<usize, Queue>)>, in virtio_wake() argument
586 interrupt: Option<Interrupt>, in vhost_user_restore()
Dworker.rs76 interrupt: Interrupt, in handle_non_msix_evt()
/external/crosvm/devices/src/virtio/snd/vios_backend/
Dstreams.rs82 interrupt: Interrupt, in try_new()
446 interrupt: &Interrupt, in reply_control_op_status()
469 interrupt: &Interrupt, in reply_pcm_buffer_status()
Dmod.rs122 interrupt: Interrupt, in activate()
229 device_state: Option<(GuestMemory, Interrupt, BTreeMap<usize, Queue>)>, in virtio_wake() argument
/external/crosvm/devices/src/virtio/snd/common_backend/
Dasync_funcs.rs507 interrupt: &Interrupt, in send_pcm_response()
539 interrupt: Interrupt, in send_pcm_response_worker()
660 interrupt: Interrupt, in handle_ctrl_queue()
903 interrupt: Interrupt, in handle_event_queue()
Dmod.rs442 interrupt: Interrupt, in activate()
496 device_state: Option<(GuestMemory, Interrupt, BTreeMap<usize, Queue>)>, in virtio_wake() argument
565 interrupt: Interrupt, in run_worker()
739 interrupt: Interrupt, in run_worker_once()
861 interrupt: Interrupt, in reset_streams()
/external/crosvm/devices/src/virtio/video/
Dworker.rs62 cmd_queue_interrupt: Interrupt, in new()
64 event_queue_interrupt: Interrupt, in new()
/external/crosvm/devices/src/virtio/block/
Dasynchronous.rs279 interrupt: &Interrupt, in process_one_chain()
306 interrupt: Interrupt, in handle_queue()
353 interrupt: Interrupt, in handle_command_tube()
468 interrupt: Interrupt, in run_worker()
954 interrupt: Interrupt, in start_worker()
1044 doorbell: Interrupt, in start_queue()
1126 interrupt: Interrupt, in activate()
1170 queues_state: Option<(GuestMemory, Interrupt, BTreeMap<usize, Queue>)>, in virtio_wake() argument
/external/crosvm/devices/src/virtio/fs/
Dworker.rs150 interrupt: &Interrupt, in process_fs_queue()
172 irq: Interrupt, in new()

123