Home
last modified time | relevance | path

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

/xen/xen/include/public/io/
A Dring.h215 #define RING_HAS_UNCONSUMED_REQUESTS(_r) ({ \ macro
223 #define RING_HAS_UNCONSUMED_REQUESTS(_r) \ macro
320 (_work_to_do) = RING_HAS_UNCONSUMED_REQUESTS(_r); \
324 (_work_to_do) = RING_HAS_UNCONSUMED_REQUESTS(_r); \
/xen/tools/tests/xen-access/
A Dxen-access.c712 while ( RING_HAS_UNCONSUMED_REQUESTS(&xenaccess->vm_event.back_ring) ) in main()
/xen/tools/xenpaging/
A Dxenpaging.c902 while ( RING_HAS_UNCONSUMED_REQUESTS(&paging->vm_event.back_ring) ) in main()

Completed in 10 milliseconds