Searched refs:aio_bh_new (Results 1 – 15 of 15) sorted by relevance
/openbmc/qemu/tests/unit/ |
H A D | test-aio.c | 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() 184 data1.bh = aio_bh_new(ctx, bh_delete_cb, &data1); in test_bh_delete_from_cb() 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 …]
|
/openbmc/qemu/util/ |
H A D | thread-pool.c | 333 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 D | async.c | 592 ctx->co_schedule_bh = aio_bh_new(ctx, co_schedule_bh_cb, ctx); in aio_context_new()
|
/openbmc/qemu/block/ |
H A D | blkreplay.c | 68 .bh = aio_bh_new(bdrv_get_aio_context(bs), blkreplay_bh_cb, req), in block_request_create()
|
H A D | io_uring.c | 419 s->completion_bh = aio_bh_new(new_context, qemu_luring_completion_bh, s); in luring_attach_aio_context()
|
H A D | linux-aio.c | 446 s->completion_bh = aio_bh_new(new_context, qemu_laio_completion_bh, s); in laio_attach_aio_context()
|
H A D | nvme.c | 250 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 D | iscsi.c | 177 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 D | multiple-iothreads.txt | 75 * aio_bh_new() - create a BH 95 aio_bh_new(), and aio_timer_new() are thread-safe. They can be used to trigger
|
/openbmc/qemu/include/block/ |
H A D | aio.h | 320 #define aio_bh_new(ctx, cb, opaque) \ macro
|
/openbmc/qemu/system/ |
H A D | dma-helpers.c | 171 dbs->bh = aio_bh_new(ctx, reschedule_dma, dbs); in dma_blk_cb()
|
/openbmc/qemu/net/ |
H A D | vmnet-common.m | 353 s->send_bh = aio_bh_new(qemu_get_aio_context(), vmnet_send_bh, nc);
|
H A D | colo-compare.c | 988 s->event_bh = aio_bh_new(ctx, colo_compare_handle_event, s); in colo_compare_iothread()
|
/openbmc/qemu/hw/i386/kvm/ |
H A D | xen_xenstore.c | 1722 h->watch_bh = aio_bh_new(qemu_get_aio_context(), be_watch_bh, h); in xs_be_open()
|
H A D | xen_evtchn.c | 314 s->gsi_bh = aio_bh_new(qemu_get_aio_context(), gsi_assert_bh, s); in xen_evtchn_create()
|