Home
last modified time | relevance | path

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

/devicemodel/core/
A Dsbuf.c80 uint32_t next_tail; in sbuf_put() local
84 next_tail = sbuf_next_ptr(sbuf->tail, ele_size, sbuf->size); in sbuf_put()
86 if ((next_tail == sbuf->head) && ((sbuf->flags & OVERWRITE_EN) == 0U)) { in sbuf_put()
90 if (next_tail == sbuf->head) { in sbuf_put()
105 sbuf->tail = next_tail; in sbuf_put()

Completed in 3 milliseconds