Searched refs:RING_HAS_UNCONSUMED_REQUESTS (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/xen/interface/io/
H A Dring.h189 #define RING_HAS_UNCONSUMED_REQUESTS(_r) \ macro
289 (_work_to_do) = RING_HAS_UNCONSUMED_REQUESTS(_r); \
293 (_work_to_do) = RING_HAS_UNCONSUMED_REQUESTS(_r); \
/linux-master/drivers/net/xen-netback/
H A Dnetback.c1513 if (likely(RING_HAS_UNCONSUMED_REQUESTS(&queue->tx)))
1715 if (likely(RING_HAS_UNCONSUMED_REQUESTS(&vif->ctrl)))
H A Dinterface.c81 rc = RING_HAS_UNCONSUMED_REQUESTS(&queue->tx);
/linux-master/drivers/xen/
H A Dpvcalls-back.c865 while (RING_HAS_UNCONSUMED_REQUESTS(&fedata->ring)) {

Completed in 160 milliseconds