Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/md/persistent-data/
Ddm-space-map-metadata.c95 struct bop_ring_buffer { struct
101 static void brb_init(struct bop_ring_buffer *brb) in brb_init() argument
107 static bool brb_empty(struct bop_ring_buffer *brb) in brb_empty()
112 static unsigned brb_next(struct bop_ring_buffer *brb, unsigned old) in brb_next()
118 static int brb_push(struct bop_ring_buffer *brb, in brb_push()
140 static int brb_peek(struct bop_ring_buffer *brb, struct block_op *result) in brb_peek()
154 static int brb_pop(struct bop_ring_buffer *brb) in brb_pop()
176 struct bop_ring_buffer uncommitted;