Searched refs:QEMUBHFunc (Results 1 – 16 of 16) sorted by relevance
/openbmc/qemu/util/ |
H A D | aio-wait.c | 60 QEMUBHFunc *cb; 75 void aio_wait_bh_oneshot(AioContext *ctx, QEMUBHFunc *cb, void *opaque) in aio_wait_bh_oneshot()
|
H A D | async.c | 65 QEMUBHFunc *cb; 129 void aio_bh_schedule_oneshot_full(AioContext *ctx, QEMUBHFunc *cb, in aio_bh_schedule_oneshot_full() 143 QEMUBH *aio_bh_new_full(AioContext *ctx, QEMUBHFunc *cb, void *opaque, in aio_bh_new_full()
|
H A D | main-loop.c | 605 QEMUBH *qemu_bh_new_full(QEMUBHFunc *cb, void *opaque, const char *name, in qemu_bh_new_full()
|
/openbmc/qemu/tests/unit/ |
H A D | ptimer-test-stubs.c | 25 QEMUBHFunc *cb; 110 QEMUBH *qemu_bh_new_full(QEMUBHFunc *cb, void *opaque, const char *name, in qemu_bh_new_full()
|
H A D | test-aio-multithread.c | 33 QEMUBHFunc *cb; 45 static void ctx_run(int i, QEMUBHFunc *cb, void *opaque) in ctx_run()
|
/openbmc/qemu/include/block/ |
H A D | aio.h | 53 typedef void QEMUBHFunc(void *opaque); typedef 288 void aio_bh_schedule_oneshot_full(AioContext *ctx, QEMUBHFunc *cb, void *opaque, 312 QEMUBH *aio_bh_new_full(AioContext *ctx, QEMUBHFunc *cb, void *opaque,
|
H A D | aio-wait.h | 129 void aio_wait_bh_oneshot(AioContext *ctx, QEMUBHFunc *cb, void *opaque);
|
/openbmc/qemu/stubs/ |
H A D | replay-tools.c | 34 QEMUBHFunc *cb, void *opaque) in replay_bh_schedule_oneshot_event()
|
/openbmc/qemu/replay/ |
H A D | replay-events.c | 41 ((QEMUBHFunc *)event->opaque)(event->opaque2); in replay_run_event() 135 QEMUBHFunc *cb, void *opaque) in replay_bh_schedule_oneshot_event()
|
/openbmc/qemu/include/qemu/ |
H A D | main-loop.h | 392 QEMUBH *qemu_bh_new_full(QEMUBHFunc *cb, void *opaque, const char *name,
|
/openbmc/qemu/include/sysemu/ |
H A D | replay.h | 130 QEMUBHFunc *cb, void *opaque);
|
/openbmc/qemu/migration/ |
H A D | migration.h | 535 void migration_bh_schedule(QEMUBHFunc *cb, void *opaque);
|
H A D | migration.c | 273 QEMUBHFunc *cb; 293 void migration_bh_schedule(QEMUBHFunc *cb, void *opaque) in migration_bh_schedule()
|
/openbmc/qemu/hw/sparc64/ |
H A D | sparc64.c | 82 QEMUBHFunc *cb, uint32_t frequency, in cpu_timer_create()
|
/openbmc/qemu/include/hw/virtio/ |
H A D | virtio.h | 535 QEMUBHFunc *cb, void *opaque,
|
/openbmc/qemu/hw/virtio/ |
H A D | virtio.c | 4387 QEMUBHFunc *cb, void *opaque, in type_init()
|