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

/illumos-gate/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); \

Completed in 43 milliseconds