Home
last modified time | relevance | path

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

/hypervisor/common/
A Dsbuf.c54 uint32_t next_tail; in sbuf_put() local
60 next_tail = sbuf_next_ptr(sbuf->tail, ele_size, sbuf->size); in sbuf_put()
62 if ((next_tail == sbuf->head) && ((sbuf->flags & OVERWRITE_EN) == 0U)) { in sbuf_put()
66 if (next_tail == sbuf->head) { in sbuf_put()
81 sbuf->tail = next_tail; in sbuf_put()
/hypervisor/debug/
A Dprofiling.c234 uint32_t remaining_space, offset, next_tail; in profiling_sbuf_put_variable() local
275 next_tail = sbuf_next_ptr(sbuf->tail, size, sbuf->size); in profiling_sbuf_put_variable()
279 if (next_tail < sbuf->tail) { /* wrap-around */ in profiling_sbuf_put_variable()
294 sbuf->tail = next_tail; in profiling_sbuf_put_variable()

Completed in 4 milliseconds