Home
last modified time | relevance | path

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

/qemu/tests/unit/
H A Dtest-bdrv-drain.c124 int *aio_ret = opaque; in aio_ret_cb() local
125 *aio_ret = ret; in aio_ret_cb()
222 int aio_ret; in test_drv_cb_common() local
244 aio_ret = -EINPROGRESS; in test_drv_cb_common()
254 g_assert_cmpint(aio_ret, ==, 0); in test_drv_cb_common()
484 int *aio_ret; member
502 int *aio_ret = opaque; in test_iothread_aio_cb() local
503 *aio_ret = ret; in test_iothread_aio_cb()
531 int aio_ret; in test_iothread_common() local
557 aio_ret = -EINPROGRESS; in test_iothread_common()
[all …]