Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dreqlist.c23 assert(!reqlist_find_conflict(reqs, offset, bytes)); in reqlist_init_req()
33 BlockReq *reqlist_find_conflict(BlockReqList *reqs, int64_t offset, in reqlist_find_conflict() function
50 BlockReq *r = reqlist_find_conflict(reqs, offset, bytes); in reqlist_wait_one()
H A Dblock-copy.c208 assert(!reqlist_find_conflict(&s->reqs, offset, bytes)); in block_copy_task_create()
/openbmc/qemu/include/block/
H A Dreqlist.h43 BlockReq *reqlist_find_conflict(BlockReqList *reqs, int64_t offset,