Home
last modified time | relevance | path

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

/openbmc/fb-ipmi-oem/src/
H A Dusb-dbg.cpp124 idx_head = idx_tail = 0; in init()
169 buf[idx_tail] = ch; in append()
173 idx_tail = (idx_tail + 1) % max_size; in append()
208 while (line < ((page - 1) * line_per_page) && idx != idx_tail) in getPage()
215 while (line < ((page)*line_per_page) && idx != idx_tail) in getPage()
240 if ((idx_tail + 1) % max_size == idx_head) in isFull()
/openbmc/fb-ipmi-oem/include/
H A Dusb-dbg.hpp85 size_t idx_head, idx_tail; member