Home
last modified time | relevance | path

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

/devicemodel/core/
A Dsbuf.c15 static inline uint32_t sbuf_next_ptr(uint32_t pos_arg, in sbuf_next_ptr() function
42 sbuf->head = sbuf_next_ptr(sbuf->head, sbuf->ele_size, sbuf->size); in sbuf_get()
84 next_tail = sbuf_next_ptr(sbuf->tail, ele_size, sbuf->size); in sbuf_put()
102 sbuf->head = sbuf_next_ptr(sbuf->head, in sbuf_put()

Completed in 4 milliseconds