Home
last modified time | relevance | path

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

/openbmc/qemu/include/qemu/
H A Dco-shared-resource.h59 void coroutine_fn co_put_to_shres(SharedResource *s, uint64_t n);
/openbmc/qemu/util/
H A Dqemu-co-shared-resource.c78 void coroutine_fn co_put_to_shres(SharedResource *s, uint64_t n) in co_put_to_shres() function
/openbmc/qemu/block/
H A Dblock-copy.c477 co_put_to_shres(task->s->mem, task->req.bytes); in block_copy_task_run()
608 co_put_to_shres(s->mem, t->req.bytes); in block_copy_task_entry()