Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/include/public/io/
A Dring.h248 #define RING_REQUEST_CONS_OVERFLOW(_r, _cons) \ argument
249 (((_cons) - (_r)->rsp_prod_pvt) >= RING_SIZE(_r))
/xen-4.10.0-shim-comet/tools/misc/
A Dxen-ringwatch248 return self.prod == self._cons()
264 def _cons(self):
287 def _cons(self):
/xen-4.10.0-shim-comet/docs/misc/
A Dpvcalls.markdown1053 - read *[in|out]_cons*, *[in|out]_prod*, *[in|out]_error* from shared memory
1056 - write to array at position *[in|out]_prod* up to *[in|out]_cons*,
1065 - read *[in|out]_prod*, *[in|out]_cons*, *[in|out]_error* from shared memory
1068 - read from array at position *[in|out]_cons* up to *[in|out]_prod*,
1071 - increase *[in|out]_cons*
1075 the buffer up to *[in|out]_cons*. The consumer takes care of reading

Completed in 5 milliseconds