Home
last modified time | relevance | path

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

/hypervisor/common/
A Dsbuf.c19 uint32_t sbuf_next_ptr(uint32_t pos_arg, in sbuf_next_ptr() function
60 next_tail = sbuf_next_ptr(sbuf->tail, ele_size, sbuf->size); in sbuf_put()
78 sbuf->head = sbuf_next_ptr(sbuf->head, in sbuf_put()
/hypervisor/include/common/
A Dsbuf.h24 uint32_t sbuf_next_ptr(uint32_t pos, uint32_t span, uint32_t scope);
/hypervisor/debug/
A Dprofiling.c275 next_tail = sbuf_next_ptr(sbuf->tail, size, sbuf->size); in profiling_sbuf_put_variable()

Completed in 5 milliseconds