Searched refs:sbuf_next_ptr (Results 1 – 1 of 1) sorted by relevance
15 static inline uint32_t sbuf_next_ptr(uint32_t pos_arg, in sbuf_next_ptr() function42 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