Searched refs:_cons (Results 1 – 3 of 3) sorted by relevance
248 #define RING_REQUEST_CONS_OVERFLOW(_r, _cons) \ argument249 (((_cons) - (_r)->rsp_prod_pvt) >= RING_SIZE(_r))
248 return self.prod == self._cons()264 def _cons(self):287 def _cons(self):
1053 - read *[in|out]_cons*, *[in|out]_prod*, *[in|out]_error* from shared memory1056 - 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 memory1068 - 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 4 milliseconds