Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dmirror.c35 typedef struct MirrorBuffer { struct
36 QSIMPLEQ_ENTRY(MirrorBuffer) next;
37 } MirrorBuffer; typedef
79 QSIMPLEQ_HEAD(, MirrorBuffer) buf_free;
210 MirrorBuffer *buf = (MirrorBuffer *) iov[i].iov_base; in mirror_iteration_done()
387 MirrorBuffer *buf = QSIMPLEQ_FIRST(&s->buf_free); in mirror_co_read()
641 MirrorBuffer *cur = (MirrorBuffer *)buf; in mirror_free_init()