Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/include/public/io/
A Dring.h252 #define RING_REQUEST_PROD_OVERFLOW(_r, _prod) \ argument
253 (((_prod) - (_r)->rsp_prod_pvt) > RING_SIZE(_r))
/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*,
1059 - increase *[in|out]_prod*
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*,
1076 only as many bytes as available in the buffer up to *[in|out]_prod*.

Completed in 4 milliseconds