Searched refs:cons_tail (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/sys/
H A Dbuf_ring.h65 uint32_t prod_head, prod_next, cons_tail; local
84 cons_tail = br->br_cons_tail;
86 if (prod_next == cons_tail) {
89 cons_tail == br->br_cons_tail) {
224 panic("inconsistent list cons_tail=%d cons_head=%d",
/freebsd-12-stable/tools/tools/netmap/
H A Dnmreplay.c618 uint64_t cons_tail; /* cached copy */ member in struct:_qs
862 q->cons_tail = q->_tail;
868 if (q->cons_head == q->cons_tail) { //reset record

Completed in 168 milliseconds