Home
last modified time | relevance | path

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

/linux-4.19.296/include/xen/interface/io/
Dring.h190 #define RING_HAS_UNCONSUMED_RESPONSES(_r) \ macro
305 (_work_to_do) = RING_HAS_UNCONSUMED_RESPONSES(_r); \
309 (_work_to_do) = RING_HAS_UNCONSUMED_RESPONSES(_r); \
/linux-4.19.296/drivers/xen/
Dpvcalls-front.c193 while (RING_HAS_UNCONSUMED_RESPONSES(&bedata->ring)) { in pvcalls_front_event_handler()