Home
last modified time | relevance | path

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

/qemu/block/
H A Dfile-win32.c72 static size_t handle_aiocb_rw(RawWin32AIOData *aiocb) in handle_aiocb_rw() function
113 count = handle_aiocb_rw(aiocb); in aio_worker()
129 count = handle_aiocb_rw(aiocb); in aio_worker()
H A Dfile-posix.c1752 static int handle_aiocb_rw(void *opaque) in handle_aiocb_rw() function
2533 ret = raw_thread_pool_submit(handle_aiocb_rw, &acb); in raw_co_prw()