Searched refs:aio_ret (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/tests/unit/ |
H A D | test-bdrv-drain.c | 124 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() 245 acb = blk_aio_preadv(blk, 0, &qiov, 0, aio_ret_cb, &aio_ret); in test_drv_cb_common() 247 g_assert_cmpint(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 493 g_assert_cmpint(*data->aio_ret, ==, 0); in test_iothread_drain_co_entry() 502 int *aio_ret = opaque; in test_iothread_aio_cb() local [all …]
|
/openbmc/linux/tools/perf/ |
H A D | builtin-record.c | 308 ssize_t aio_ret, written; in record__aio_complete() local 314 written = aio_ret = aio_return(cblock); in record__aio_complete() 315 if (aio_ret < 0) { in record__aio_complete()
|