Searched refs:more_to_do (Results 1 – 10 of 10) sorted by relevance
1088 int more_to_do = 0; in __do_block_io_op() local1109 more_to_do = 1; in __do_block_io_op()1116 more_to_do = 1; in __do_block_io_op()1162 return more_to_do; in __do_block_io_op()1169 int more_to_do; in do_block_io_op() local1172 more_to_do = __do_block_io_op(ring, eoi_flags); in do_block_io_op()1173 if (more_to_do) in do_block_io_op()1176 RING_FINAL_CHECK_FOR_REQUESTS(&blk_rings->common, more_to_do); in do_block_io_op()1177 } while (more_to_do); in do_block_io_op()1179 return more_to_do; in do_block_io_op()
67 int more_to_do; in evtchnl_interrupt_ctrl() local70 more_to_do); in evtchnl_interrupt_ctrl()71 if (more_to_do) in evtchnl_interrupt_ctrl()
325 int more_to_do = 0; in scsifront_ring_drain() local337 RING_FINAL_CHECK_FOR_RESPONSES(&info->ring, more_to_do); in scsifront_ring_drain()341 return more_to_do; in scsifront_ring_drain()346 int more_to_do; in scsifront_cmd_done() local351 more_to_do = scsifront_ring_drain(info); in scsifront_cmd_done()359 return more_to_do; in scsifront_cmd_done()
73 int more_to_do; in evtchnl_interrupt_req() local76 more_to_do); in evtchnl_interrupt_req()77 if (more_to_do) in evtchnl_interrupt_req()
395 bool more_to_do; in xennet_tx_buf_gc() local451 RING_FINAL_CHECK_FOR_RESPONSES(&queue->tx, more_to_do); in xennet_tx_buf_gc()452 } while (more_to_do); in xennet_tx_buf_gc()1362 int more_to_do = 0; in xennet_poll() local1366 RING_FINAL_CHECK_FOR_RESPONSES(&queue->rx, more_to_do); in xennet_poll()1367 if (more_to_do) in xennet_poll()
168 int more_to_do; in xenvif_napi_schedule_or_enable_events() local170 RING_FINAL_CHECK_FOR_REQUESTS(&queue->tx, more_to_do); in xenvif_napi_schedule_or_enable_events()172 if (more_to_do) in xenvif_napi_schedule_or_enable_events()
695 int more_to_do; in scsiback_do_cmd_fn() local765 RING_FINAL_CHECK_FOR_REQUESTS(&info->ring, more_to_do); in scsiback_do_cmd_fn()766 return more_to_do; in scsiback_do_cmd_fn()
1726 int more_to_do; in blkif_interrupt() local1727 RING_FINAL_CHECK_FOR_RESPONSES(&rinfo->ring, more_to_do); in blkif_interrupt()1728 if (more_to_do) in blkif_interrupt()
810 u16 more_to_do; /* indicates if there is more to do */ member
3043 int more_to_do = 0; in dwc2_process_non_periodic_channels() local3092 more_to_do = 1; in dwc2_process_non_periodic_channels()3119 if (more_to_do || no_queue_space || no_fifo_space) { in dwc2_process_non_periodic_channels()