Home
last modified time | relevance | path

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

/openbmc/qemu/include/qemu/
H A Dco-shared-resource.h51 void coroutine_fn co_get_from_shres(SharedResource *s, uint64_t n);
/openbmc/qemu/util/
H A Dqemu-co-shared-resource.c69 void coroutine_fn co_get_from_shres(SharedResource *s, uint64_t n) in co_get_from_shres() function
/openbmc/qemu/block/
H A Dblock-copy.c819 co_get_from_shres(s->mem, task->req.bytes); in block_copy_dirty_clusters()