Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dblock-copy.c47 static coroutine_fn int block_copy_task_entry(AioTask *task);
215 .task.func = block_copy_task_entry, in block_copy_task_create()
565 static coroutine_fn int block_copy_task_entry(AioTask *task) in block_copy_task_entry() function