Home
last modified time | relevance | path

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

/openbmc/qemu/include/block/
H A Dreqlist.h34 typedef QLIST_HEAD(, BlockReq) BlockReqList; typedef
40 void reqlist_init_req(BlockReqList *reqs, BlockReq *req, int64_t offset,
43 BlockReq *reqlist_find_conflict(BlockReqList *reqs, int64_t offset,
53 bool coroutine_fn reqlist_wait_one(BlockReqList *reqs, int64_t offset,
61 void coroutine_fn reqlist_wait_all(BlockReqList *reqs, int64_t offset,
/openbmc/qemu/block/
H A Dreqlist.c20 void reqlist_init_req(BlockReqList *reqs, BlockReq *req, int64_t offset, in reqlist_init_req()
31 BlockReq *reqlist_find_conflict(BlockReqList *reqs, int64_t offset, in reqlist_find_conflict()
45 bool coroutine_fn reqlist_wait_one(BlockReqList *reqs, int64_t offset, in reqlist_wait_one()
59 void coroutine_fn reqlist_wait_all(BlockReqList *reqs, int64_t offset, in reqlist_wait_all()
H A Dcopy-before-write.c72 BlockReqList frozen_read_reqs;
H A Dblock-copy.c141 BlockReqList reqs;