Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/include/public/io/
A Dring.h211 #define RING_HAS_UNCONSUMED_REQUESTS(_r) ({ \ macro
219 #define RING_HAS_UNCONSUMED_REQUESTS(_r) \ macro
316 (_work_to_do) = RING_HAS_UNCONSUMED_REQUESTS(_r); \
320 (_work_to_do) = RING_HAS_UNCONSUMED_REQUESTS(_r); \
/xen-4.10.0-shim-comet/tools/tests/xen-access/
A Dxen-access.c688 while ( RING_HAS_UNCONSUMED_REQUESTS(&xenaccess->vm_event.back_ring) ) in main()
/xen-4.10.0-shim-comet/tools/xenpaging/
A Dxenpaging.c902 while ( RING_HAS_UNCONSUMED_REQUESTS(&paging->vm_event.back_ring) ) in main()

Completed in 9 milliseconds