Home
last modified time | relevance | path

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

/openbmc/qemu/include/block/
H A Daio_task.h29 typedef struct AioTask AioTask; typedef
30 typedef int coroutine_fn (*AioTaskFunc)(AioTask *task);
31 struct AioTask { struct
44 void coroutine_fn aio_task_pool_start_task(AioTaskPool *pool, AioTask *task); argument
/openbmc/qemu/block/
H A Daio_task.c39 AioTask *task = opaque; in aio_task_co()
89 void coroutine_fn aio_task_pool_start_task(AioTaskPool *pool, AioTask *task) in aio_task_pool_start_task()
H A Dblock-copy.c47 static coroutine_fn int block_copy_task_entry(AioTask *task);
84 AioTask task;
581 static coroutine_fn int block_copy_task_entry(AioTask *task) in block_copy_task_entry()
H A Dqcow2.c2276 AioTask task;
2288 static coroutine_fn int qcow2_co_preadv_task_entry(AioTask *task);
2375 static int coroutine_fn GRAPH_RDLOCK qcow2_co_preadv_task_entry(AioTask *task) in qcow2_co_preadv_task_entry()
2665 static coroutine_fn GRAPH_RDLOCK int qcow2_co_pwritev_task_entry(AioTask *task) in qcow2_co_pwritev_task_entry()
4744 qcow2_co_pwritev_compressed_task_entry(AioTask *task) in qcow2_co_pwritev_compressed_task_entry()