Home
last modified time | relevance | path

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

/openbmc/qemu/tests/unit/
H A Dtest-aio.c56 static void bh_test_cb(void *opaque) in bh_test_cb() function
112 data.bh = aio_bh_new(ctx, bh_test_cb, &data); in test_bh_schedule()
128 data.bh = aio_bh_new(ctx, bh_test_cb, &data); in test_bh_schedule10()
152 data.bh = aio_bh_new(ctx, bh_test_cb, &data); in test_bh_cancel()
168 data.bh = aio_bh_new(ctx, bh_test_cb, &data); in test_bh_delete()
245 data.bh = aio_bh_new(ctx, bh_test_cb, &data); in test_bh_flush()
451 data.bh = aio_bh_new(ctx, bh_test_cb, &data); in test_source_bh_schedule()
467 data.bh = aio_bh_new(ctx, bh_test_cb, &data); in test_source_bh_schedule10()
489 data.bh = aio_bh_new(ctx, bh_test_cb, &data); in test_source_bh_cancel()
505 data.bh = aio_bh_new(ctx, bh_test_cb, &data); in test_source_bh_delete()
[all …]