Home
last modified time | relevance | path

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

123

/qemu/util/
H A Dasync.c61 struct QEMUBH { struct
131 QEMUBH *bh; in aio_bh_schedule_oneshot_full()
132 bh = g_new(QEMUBH, 1); in aio_bh_schedule_oneshot_full()
133 *bh = (QEMUBH){ in aio_bh_schedule_oneshot_full()
145 QEMUBH *bh; in aio_bh_new_full()
146 bh = g_new(QEMUBH, 1); in aio_bh_new_full()
147 *bh = (QEMUBH){ in aio_bh_new_full()
204 QEMUBH *bh; in aio_bh_poll()
255 QEMUBH *bh; in aio_compute_bh_timeout()
329 QEMUBH *bh; in aio_ctx_check()
[all …]
H A Dthread-pool.c58 QEMUBH *completion_bh;
62 QEMUBH *new_thread_bh;
/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()
/qemu/include/block/
H A Daio.h116 typedef QSLIST_HEAD(, QEMUBH) BHList;
202 QEMUBH *co_schedule_bh;
311 QEMUBH *aio_bh_new_full(AioContext *ctx, QEMUBHFunc *cb, void *opaque,
369 void aio_bh_call(QEMUBH *bh);
392 void qemu_bh_schedule(QEMUBH *bh);
405 void qemu_bh_cancel(QEMUBH *bh);
418 void qemu_bh_delete(QEMUBH *bh);
/qemu/include/hw/misc/
H A Dimx_rngc.h31 QEMUBH *self_test_bh;
32 QEMUBH *seed_bh;
/qemu/include/hw/i2c/
H A Di2c.h79 QEMUBH *bh;
94 QEMUBH *bh;
149 void i2c_bus_master(I2CBus *bus, QEMUBH *bh);
/qemu/include/qemu/
H A Dmain-loop.h392 QEMUBH *qemu_bh_new_full(QEMUBHFunc *cb, void *opaque, const char *name,
394 void qemu_bh_schedule_idle(QEMUBH *bh);
H A Dtypedefs.h91 typedef struct QEMUBH QEMUBH;
90 typedef struct QEMUBH QEMUBH; global() typedef
H A Dvhost-user-server.h38 QEMUBH *restart_listener_bh;
/qemu/include/sysemu/
H A Dreplay.h134 void replay_bh_schedule_event(QEMUBH *bh);
143 void replay_block_event(QEMUBH *bh, uint64_t id);
/qemu/hw/ufs/
H A Dufs.h101 QEMUBH *doorbell_bh;
102 QEMUBH *complete_bh;
/qemu/include/ui/
H A Dspice-display.h117 QEMUBH *cursor_bh;
121 QEMUBH *gl_unblock_bh;
/qemu/hw/display/
H A Dqxl.h85 QEMUBH *update_irq;
125 QEMUBH *update_area_bh;
/qemu/include/hw/virtio/
H A Dvirtio-gpu.h185 QEMUBH *ctrl_bh;
186 QEMUBH *cursor_bh;
187 QEMUBH *reset_bh;
H A Dvirtio-balloon.h55 QEMUBH *free_page_bh;
H A Dvirtio-crypto.h80 QEMUBH *dataq_bh;
H A Dvirtio-scsi.h92 QEMUBH *tmf_bh;
/qemu/net/
H A Dvmnet_int.h41 QEMUBH *send_bh;
/qemu/include/hw/dma/
H A Di8257.h41 QEMUBH *dma_bh;
/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()
/qemu/stubs/
H A Dreplay-tools.c28 void replay_bh_schedule_event(QEMUBH *bh) in replay_bh_schedule_event()
/qemu/migration/
H A Dcolo-failover.c23 static QEMUBH *failover_bh;
/qemu/include/hw/ide/
H A Dide-bus.h13 QEMUBH *bh;
/qemu/hw/usb/
H A Dhcd-uhci.h58 QEMUBH *bh;
/qemu/backends/
H A Drng-builtin.c19 QEMUBH *bh;

123