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

/freebsd-12-stable/sys/xen/interface/io/
H A Dring.h196 #define RING_HAS_UNCONSUMED_REQUESTS(_r) ({ \ macro
204 #define RING_HAS_UNCONSUMED_REQUESTS(_r) \ macro
287 (_work_to_do) = RING_HAS_UNCONSUMED_REQUESTS(_r); \
291 (_work_to_do) = RING_HAS_UNCONSUMED_REQUESTS(_r); \
/freebsd-12-stable/sys/dev/xen/blkback/
H A Dblkback.c1376 } else if (RING_HAS_UNCONSUMED_REQUESTS(&xbb->rings.common)) {

Completed in 119 milliseconds