Searched defs:brb (Results 1 – 3 of 3) sorted by relevance
103 static void brb_init(struct bop_ring_buffer *brb) in brb_init()109 static bool brb_empty(struct bop_ring_buffer *brb) in brb_empty()114 static unsigned int brb_next(struct bop_ring_buffer *brb, unsigned int old) in brb_next()121 static int brb_push(struct bop_ring_buffer *brb, in brb_push()144 static int brb_peek(struct bop_ring_buffer *brb, struct block_op *result) in brb_peek()156 static int brb_pop(struct bop_ring_buffer *brb) in brb_pop()
255 uint32_t brb:1; member
270 struct brb_stats brb; member