Searched refs:needs_interrupt (Results 1 – 8 of 8) sorted by relevance
39 let mut needs_interrupt = false; in process_queue() localVariable55 needs_interrupt = true; in process_queue()58 needs_interrupt in process_queue()98 let mut needs_interrupt = false; in run() localVariable106 needs_interrupt |= self.process_queue(); in run()114 if needs_interrupt { in run()
84 let mut needs_interrupt = NeedsInterrupt::No; in process_queue() localVariable97 needs_interrupt = NeedsInterrupt::Yes; in process_queue()100 needs_interrupt in process_queue()140 let mut needs_interrupt = NeedsInterrupt::No; in run() localVariable148 needs_interrupt |= self.process_queue(); in run()156 if needs_interrupt == NeedsInterrupt::Yes { in run()
119 let mut needs_interrupt = false; in process_transmit_queue() localVariable128 needs_interrupt = true; in process_transmit_queue()142 needs_interrupt = true; in process_transmit_queue()145 if needs_interrupt { in process_transmit_queue()
1511 let mut needs_interrupt = false; in process_in_queue() localVariable1521 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() localVariable1598 needs_interrupt = true; in process_out_queue()1603 needs_interrupt = true; in process_out_queue()1608 if needs_interrupt { in process_out_queue()
148 let mut needs_interrupt = false; in process_rx() localVariable191 needs_interrupt = true; in process_rx()195 if needs_interrupt { in process_rx()
361 let mut needs_interrupt = false; in send_events() localVariable389 needs_interrupt = true; in send_events()394 needs_interrupt in send_events()413 let mut needs_interrupt = false; in process_status_queue() localVariable431 needs_interrupt = true; in process_status_queue()434 Ok(needs_interrupt) in process_status_queue()482 let mut needs_interrupt = false; in run() localVariable490 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 …]
84 let needs_interrupt = process_rx( in run_rx_queue() localVariable94 if needs_interrupt { in run_rx_queue()
59 let needs_interrupt = state.process_queue(&mem, &reader); in run_ctrl_queue() localVariable61 if needs_interrupt { in run_ctrl_queue()