Home
last modified time | relevance | path

Searched refs:QEMUBH (Results 1 – 25 of 67) sorted by relevance

123

/openbmc/qemu/util/
H A Dasync.c61 struct QEMUBH { struct
129 QEMUBH *bh; in aio_bh_schedule_oneshot_full()
130 bh = g_new(QEMUBH, 1); in aio_bh_schedule_oneshot_full()
131 *bh = (QEMUBH){ in aio_bh_schedule_oneshot_full()
143 QEMUBH *bh; in aio_bh_new_full()
144 bh = g_new(QEMUBH, 1); in aio_bh_new_full()
145 *bh = (QEMUBH){ in aio_bh_new_full()
202 QEMUBH *bh; in aio_bh_poll()
253 QEMUBH *bh; in aio_compute_bh_timeout()
327 QEMUBH *bh; in aio_ctx_check()
[all …]
/openbmc/qemu/tests/unit/
H A Dptimer-test-stubs.c24 struct QEMUBH { struct
110 QEMUBH *qemu_bh_new_full(QEMUBHFunc *cb, void *opaque, const char *name, in qemu_bh_new_full()
113 QEMUBH *bh = g_new(QEMUBH, 1); in qemu_bh_new_full()
121 void qemu_bh_delete(QEMUBH *bh) in qemu_bh_delete()
/openbmc/qemu/include/block/
H A Daio.h116 typedef QSLIST_HEAD(, QEMUBH) BHList;
202 QEMUBH *co_schedule_bh;
328 QEMUBH *aio_bh_new_full(AioContext *ctx, QEMUBHFunc *cb, void *opaque,
386 void aio_bh_call(QEMUBH *bh);
409 void qemu_bh_schedule(QEMUBH *bh);
422 void qemu_bh_cancel(QEMUBH *bh);
435 void qemu_bh_delete(QEMUBH *bh);
/openbmc/qemu/include/hw/misc/
H A Dimx_rngc.h31 QEMUBH *self_test_bh;
32 QEMUBH *seed_bh;
/openbmc/qemu/include/hw/i2c/
H A Di2c.h79 QEMUBH *bh;
94 QEMUBH *bh;
149 void i2c_bus_master(I2CBus *bus, QEMUBH *bh);
/openbmc/qemu/migration/
H A Dmigration.h162 QEMUBH *bh;
258 QEMUBH *vm_start_bh;
259 QEMUBH *cleanup_bh;
H A Dcolo-failover.c23 static QEMUBH *failover_bh;
/openbmc/qemu/include/sysemu/
H A Dreplay.h124 void replay_bh_schedule_event(QEMUBH *bh);
133 void replay_block_event(QEMUBH *bh, uint64_t id);
/openbmc/qemu/include/qemu/
H A Dmain-loop.h394 QEMUBH *qemu_bh_new_full(QEMUBHFunc *cb, void *opaque, const char *name,
396 void qemu_bh_schedule_idle(QEMUBH *bh);
H A Dtypedefs.h111 typedef struct QEMUBH QEMUBH; typedef
H A Dvhost-user-server.h38 QEMUBH *restart_listener_bh;
/openbmc/qemu/hw/ufs/
H A Dufs.h101 QEMUBH *doorbell_bh;
102 QEMUBH *complete_bh;
/openbmc/qemu/include/ui/
H A Dspice-display.h117 QEMUBH *cursor_bh;
121 QEMUBH *gl_unblock_bh;
/openbmc/qemu/hw/display/
H A Dqxl.h85 QEMUBH *update_irq;
125 QEMUBH *update_area_bh;
/openbmc/qemu/include/hw/virtio/
H A Dvirtio-gpu.h184 QEMUBH *ctrl_bh;
185 QEMUBH *cursor_bh;
186 QEMUBH *reset_bh;
H A Dvirtio-balloon.h55 QEMUBH *free_page_bh;
H A Dvirtio-crypto.h80 QEMUBH *dataq_bh;
H A Dvirtio-scsi.h90 QEMUBH *tmf_bh;
/openbmc/qemu/include/exec/
H A Dcpu-common.h160 void cpu_register_map_client(QEMUBH *bh);
161 void cpu_unregister_map_client(QEMUBH *bh);
/openbmc/qemu/net/
H A Dvmnet_int.h41 QEMUBH *send_bh;
/openbmc/qemu/include/hw/dma/
H A Di8257.h41 QEMUBH *dma_bh;
/openbmc/qemu/stubs/
H A Dreplay-tools.c28 void replay_bh_schedule_event(QEMUBH *bh) in replay_bh_schedule_event()
/openbmc/qemu/replay/
H A Dreplay-events.c133 void replay_bh_schedule_event(QEMUBH *bh) in replay_bh_schedule_event()
164 void replay_block_event(QEMUBH *bh, uint64_t id) in replay_block_event()
/openbmc/qemu/hw/usb/
H A Dhcd-uhci.h58 QEMUBH *bh;
/openbmc/qemu/backends/
H A Drng-builtin.c19 QEMUBH *bh;

123