Home
last modified time | relevance | path

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

/freebsd/sys/contrib/xen/io/
H A Dring.h215 #define RING_HAS_UNCONSUMED_REQUESTS(_r) ({ \ macro
223 #define RING_HAS_UNCONSUMED_REQUESTS(_r) \ macro
327 (_work_to_do) = RING_HAS_UNCONSUMED_REQUESTS(_r); \
331 (_work_to_do) = RING_HAS_UNCONSUMED_REQUESTS(_r); \
/freebsd/sys/dev/xen/blkback/
H A Dblkback.c1297 } else if (RING_HAS_UNCONSUMED_REQUESTS(&xbb->rings.common)) { in xbb_push_responses()