Home
last modified time | relevance | path

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

/openbmc/qemu/tests/unit/
H A Dtest-aio.c112 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()
184 data1.bh = aio_bh_new(ctx, bh_delete_cb, &data1); in test_bh_delete_from_cb()
205 data1.bh = aio_bh_new(ctx, bh_delete_cb, &data1); in test_bh_delete_from_cb_many()
206 data2.bh = aio_bh_new(ctx, bh_delete_cb, &data2); in test_bh_delete_from_cb_many()
207 data3.bh = aio_bh_new(ctx, bh_delete_cb, &data3); in test_bh_delete_from_cb_many()
208 data4.bh = aio_bh_new(ctx, bh_delete_cb, &data4); in test_bh_delete_from_cb_many()
245 data.bh = aio_bh_new(ctx, bh_test_cb, &data); in test_bh_flush()
[all …]
/openbmc/qemu/util/
H A Dthread-pool.c333 pool->completion_bh = aio_bh_new(ctx, thread_pool_completion_bh, pool); in thread_pool_init_one()
337 pool->new_thread_bh = aio_bh_new(ctx, spawn_thread_bh_fn, pool); in thread_pool_init_one()
H A Dasync.c593 ctx->co_schedule_bh = aio_bh_new(ctx, co_schedule_bh_cb, ctx); in aio_context_new()
/openbmc/qemu/block/
H A Dblkreplay.c68 .bh = aio_bh_new(bdrv_get_aio_context(bs), blkreplay_bh_cb, req), in block_request_create()
H A Dio_uring.c419 s->completion_bh = aio_bh_new(new_context, qemu_luring_completion_bh, s); in luring_attach_aio_context()
H A Dlinux-aio.c446 s->completion_bh = aio_bh_new(new_context, qemu_laio_completion_bh, s); in laio_attach_aio_context()
H A Dnvme.c250 q->completion_bh = aio_bh_new(aio_context, nvme_process_completion_bh, q); in nvme_create_queue_pair()
1576 aio_bh_new(new_context, nvme_process_completion_bh, q); in nvme_attach_aio_context()
H A Discsi.c177 acb->bh = aio_bh_new(acb->iscsilun->aio_context, iscsi_bh_cb, acb); in iscsi_schedule_bh()
1026 acb->bh = aio_bh_new(bdrv_get_aio_context(bs), in iscsi_ioctl_handle_emulated()
/openbmc/qemu/docs/devel/
H A Dmultiple-iothreads.rst81 * ``aio_bh_new()`` - create a BH
103 ``aio_set_event_notifier()``, ``aio_bh_new()``, and ``aio_timer_new()``
/openbmc/qemu/include/block/
H A Daio.h321 #define aio_bh_new(ctx, cb, opaque) \ macro
/openbmc/qemu/system/
H A Ddma-helpers.c171 dbs->bh = aio_bh_new(ctx, reschedule_dma, dbs); in dma_blk_cb()
/openbmc/qemu/net/
H A Dvmnet-common.m353 s->send_bh = aio_bh_new(qemu_get_aio_context(), vmnet_send_bh, nc);
H A Dcolo-compare.c988 s->event_bh = aio_bh_new(ctx, colo_compare_handle_event, s); in colo_compare_iothread()
/openbmc/qemu/hw/display/
H A Dvirtio-gpu-virgl.c1134 gl->cmdq_resume_bh = aio_bh_new(qemu_get_aio_context(), in virtio_gpu_virgl_init()
/openbmc/qemu/hw/i386/kvm/
H A Dxen_xenstore.c1722 h->watch_bh = aio_bh_new(qemu_get_aio_context(), be_watch_bh, h); in xs_be_open()
H A Dxen_evtchn.c314 s->gsi_bh = aio_bh_new(qemu_get_aio_context(), gsi_assert_bh, s); in xen_evtchn_create()