Home
last modified time | relevance | path

Searched refs:needs_interrupt (Results 1 – 8 of 8) sorted by relevance

/external/crosvm/devices/src/virtio/
Drng.rs39 let mut needs_interrupt = false; in process_queue() localVariable
55 needs_interrupt = true; in process_queue()
58 needs_interrupt in process_queue()
98 let mut needs_interrupt = false; in run() localVariable
106 needs_interrupt |= self.process_queue(); in run()
114 if needs_interrupt { in run()
Dtpm.rs84 let mut needs_interrupt = NeedsInterrupt::No; in process_queue() localVariable
97 needs_interrupt = NeedsInterrupt::Yes; in process_queue()
100 needs_interrupt in process_queue()
140 let mut needs_interrupt = NeedsInterrupt::No; in run() localVariable
148 needs_interrupt |= self.process_queue(); in run()
156 if needs_interrupt == NeedsInterrupt::Yes { in run()
Dconsole.rs119 let mut needs_interrupt = false; in process_transmit_queue() localVariable
128 needs_interrupt = true; in process_transmit_queue()
142 needs_interrupt = true; in process_transmit_queue()
145 if needs_interrupt { in process_transmit_queue()
Dwl.rs1511 let mut needs_interrupt = false; in process_in_queue() localVariable
1521 needs_interrupt = true; in process_in_queue()
1548 needs_interrupt = true; in process_in_queue()
1559 if needs_interrupt { in process_in_queue()
1577 let mut needs_interrupt = false; in process_out_queue() localVariable
1598 needs_interrupt = true; in process_out_queue()
1603 needs_interrupt = true; in process_out_queue()
1608 if needs_interrupt { in process_out_queue()
Dnet.rs148 let mut needs_interrupt = false; in process_rx() localVariable
191 needs_interrupt = true; in process_rx()
195 if needs_interrupt { in process_rx()
/external/crosvm/devices/src/virtio/input/
Dmod.rs361 let mut needs_interrupt = false; in send_events() localVariable
389 needs_interrupt = true; in send_events()
394 needs_interrupt in send_events()
413 let mut needs_interrupt = false; in process_status_queue() localVariable
431 needs_interrupt = true; in process_status_queue()
434 Ok(needs_interrupt) in process_status_queue()
482 let mut needs_interrupt = false; in run() localVariable
490 needs_interrupt |= self.send_events(); in run()
498 Ok(b) => needs_interrupt |= b, in run()
504 Ok(_cnt) => needs_interrupt |= self.send_events(), in run()
[all …]
/external/crosvm/devices/src/virtio/vhost/user/device/windows/
Dnet.rs84 let needs_interrupt = process_rx( in run_rx_queue() localVariable
94 if needs_interrupt { in run_rx_queue()
/external/crosvm/devices/src/virtio/vhost/user/device/
Dgpu.rs59 let needs_interrupt = state.process_queue(&mem, &reader); in run_ctrl_queue() localVariable
61 if needs_interrupt { in run_ctrl_queue()