|
ring_buf
|
Encapsulates the concept of a ring buffer zone, which includes base, head, and tail pointers used for managing data within the buffer. More...
Data Structures | |
| struct | ring_buf_zone |
| Ring buffer zone. More... | |
Encapsulates the concept of a ring buffer zone, which includes base, head, and tail pointers used for managing data within the buffer.
A ring buffer zone is a fundamental component of the ring buffer, representing either the put or get area. Each zone maintains its own set of pointers to track the state of data within the buffer.