Home
last modified time | relevance | path

Searched refs:RING_HAS_UNCONSUMED_REQUESTS (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/uts/common/xen/public/io/
H A Dring.h201 #define RING_HAS_UNCONSUMED_REQUESTS(_r) ({ \ macro
209 #define RING_HAS_UNCONSUMED_REQUESTS(_r) \ macro
288 (_work_to_do) = RING_HAS_UNCONSUMED_REQUESTS(_r); \
292 (_work_to_do) = RING_HAS_UNCONSUMED_REQUESTS(_r); \
/titanic_44/usr/src/uts/common/xen/io/
H A Dxnbu.c95 RING_HAS_UNCONSUMED_REQUESTS(&xnbp->xnb_rx_ring)) { in xnbu_to_host()