Searched refs:RING_HAS_UNCONSUMED_REQUESTS (Results 1 – 4 of 4) sorted by relevance
176 #define RING_HAS_UNCONSUMED_REQUESTS(_r) ({ \ macro280 (_work_to_do) = RING_HAS_UNCONSUMED_REQUESTS(_r); \284 (_work_to_do) = RING_HAS_UNCONSUMED_REQUESTS(_r); \
831 work_to_do = RING_HAS_UNCONSUMED_REQUESTS(&queue->tx); in xenvif_tx_build_gops()1448 if (likely(RING_HAS_UNCONSUMED_REQUESTS(&queue->tx))) in tx_work_todo()1650 if (likely(RING_HAS_UNCONSUMED_REQUESTS(&vif->ctrl))) in xenvif_ctrl_work_todo()
84 rc = RING_HAS_UNCONSUMED_REQUESTS(&queue->tx); in xenvif_handle_tx_interrupt()
860 while (RING_HAS_UNCONSUMED_REQUESTS(&fedata->ring)) { in pvcalls_back_work()
Completed in 13 milliseconds