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

/haiku/src/libs/compat/freebsd_network/compat/sys/
H A Dbuf_ring.h59 void *br_ring[0]; member in struct:buf_ring
74 if(br->br_ring[i] == buf)
96 if (br->br_ring[prod_head] != NULL)
99 br->br_ring[prod_head] = buf;
134 buf = br->br_ring[cons_head];
136 br->br_ring[cons_head] = NULL;
182 * buf = br->br_ring[cons_head]; <see <1>>
183 * br->br_ring[prod_head] = buf;
190 * <1> Load (on core 1) from br->br_ring[cons_head] can be reordered (speculative readed) by CPU.
209 prefetch(br->br_ring[cons_nex
[all...]

Completed in 34 milliseconds