Searched refs:_prod (Results 1 – 2 of 2) sorted by relevance
256 #define RING_REQUEST_PROD_OVERFLOW(_r, _prod) \ argument257 (((_prod) - (_r)->rsp_prod_pvt) > RING_SIZE(_r))
1045 - read *[in|out]_cons*, *[in|out]_prod*, *[in|out]_error* from shared memory1048 - write to array at position *[in|out]_prod* up to *[in|out]_cons*,1051 - increase *[in|out]_prod*1057 - read *[in|out]_prod*, *[in|out]_cons*, *[in|out]_error* from shared memory1060 - read from array at position *[in|out]_cons* up to *[in|out]_prod*,1068 only as many bytes as available in the buffer up to *[in|out]_prod*.
Completed in 3 milliseconds