Searched refs:more_to_do (Results 1 – 10 of 10) sorted by relevance
1128 int more_to_do = 0; in __do_block_io_op() local1146 more_to_do = 1; in __do_block_io_op()1153 more_to_do = 1; in __do_block_io_op()1199 return more_to_do; in __do_block_io_op()1206 int more_to_do; in do_block_io_op() local1209 more_to_do = __do_block_io_op(ring); in do_block_io_op()1210 if (more_to_do) in do_block_io_op()1213 RING_FINAL_CHECK_FOR_REQUESTS(&blk_rings->common, more_to_do); in do_block_io_op()1214 } while (more_to_do); in do_block_io_op()1216 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()
326 int more_to_do = 0; in scsifront_ring_drain() local338 RING_FINAL_CHECK_FOR_RESPONSES(&info->ring, more_to_do); in scsifront_ring_drain()342 return more_to_do; in scsifront_ring_drain()347 int more_to_do; in scsifront_cmd_done() local352 more_to_do = scsifront_ring_drain(info); in scsifront_cmd_done()360 return more_to_do; in scsifront_cmd_done()
77 int more_to_do; in evtchnl_interrupt_req() local80 more_to_do); in evtchnl_interrupt_req()81 if (more_to_do) in evtchnl_interrupt_req()
379 bool more_to_do; in xennet_tx_buf_gc() local414 RING_FINAL_CHECK_FOR_RESPONSES(&queue->tx, more_to_do); in xennet_tx_buf_gc()415 } while (more_to_do); in xennet_tx_buf_gc()1071 int more_to_do = 0; in xennet_poll() local1075 RING_FINAL_CHECK_FOR_RESPONSES(&queue->rx, more_to_do); in xennet_poll()1076 if (more_to_do) in xennet_poll()
159 int more_to_do; in xenvif_napi_schedule_or_enable_events() local161 RING_FINAL_CHECK_FOR_REQUESTS(&queue->tx, more_to_do); in xenvif_napi_schedule_or_enable_events()163 if (more_to_do) in xenvif_napi_schedule_or_enable_events()
731 int more_to_do; in scsiback_do_cmd_fn() local798 RING_FINAL_CHECK_FOR_REQUESTS(&info->ring, more_to_do); in scsiback_do_cmd_fn()799 return more_to_do; in scsiback_do_cmd_fn()
1654 int more_to_do; in blkif_interrupt() local1655 RING_FINAL_CHECK_FOR_RESPONSES(&rinfo->ring, more_to_do); in blkif_interrupt()1656 if (more_to_do) in blkif_interrupt()
810 u16 more_to_do; /* indicates if there is more to do */ member
3023 int more_to_do = 0; in dwc2_process_non_periodic_channels() local3072 more_to_do = 1; in dwc2_process_non_periodic_channels()3099 if (more_to_do || no_queue_space || no_fifo_space) { in dwc2_process_non_periodic_channels()