Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/include/public/io/
A Dring.h295 #define RING_PUSH_REQUESTS_AND_CHECK_NOTIFY(_r, _notify) do { \ argument
301 (_notify) = ((RING_IDX)(__new - (_r)->sring->req_event) < \
305 #define RING_PUSH_RESPONSES_AND_CHECK_NOTIFY(_r, _notify) do { \ argument
311 (_notify) = ((RING_IDX)(__new - (_r)->sring->rsp_event) < \

Completed in 3 milliseconds