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.h66 void coroutine_fn co_put_to_shres(SharedResource *s, uint64_t n);
/openbmc/qemu/util/
H A Dqemu-co-shared-resource.c84 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.c461 co_put_to_shres(task->s->mem, task->req.bytes); in block_copy_task_run()
592 co_put_to_shres(s->mem, t->req.bytes); in block_copy_task_entry()