/openbmc/qemu/util/ |
H A D | async.c | 62 struct QEMUBH { struct 67 QSLIST_ENTRY(QEMUBH) next; argument 73 static void aio_bh_enqueue(QEMUBH *bh, unsigned new_flags) in aio_bh_enqueue() argument 110 static QEMUBH *aio_bh_dequeue(BHList *head, unsigned *flags) in aio_bh_dequeue() 112 QEMUBH *bh = QSLIST_FIRST_RCU(head); in aio_bh_dequeue() 132 QEMUBH *bh; in aio_bh_schedule_oneshot_full() 133 bh = g_new(QEMUBH, 1); in aio_bh_schedule_oneshot_full() 134 *bh = (QEMUBH){ in aio_bh_schedule_oneshot_full() 143 QEMUBH *aio_bh_new_full(AioContext *ctx, QEMUBHFunc *cb, void *opaque, in aio_bh_new_full() 146 QEMUBH *bh; in aio_bh_new_full() [all …]
|
H A D | thread-pool.c | 58 QEMUBH *completion_bh; 62 QEMUBH *new_thread_bh;
|
/openbmc/qemu/tests/unit/ |
H A D | ptimer-test-stubs.c | 24 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 D | aio.h | 117 typedef QSLIST_HEAD(, QEMUBH) BHList; 203 QEMUBH *co_schedule_bh; 312 QEMUBH *aio_bh_new_full(AioContext *ctx, QEMUBHFunc *cb, void *opaque, 370 void aio_bh_call(QEMUBH *bh); 393 void qemu_bh_schedule(QEMUBH *bh); 406 void qemu_bh_cancel(QEMUBH *bh); 419 void qemu_bh_delete(QEMUBH *bh);
|
/openbmc/qemu/include/hw/misc/ |
H A D | imx_rngc.h | 31 QEMUBH *self_test_bh; 32 QEMUBH *seed_bh;
|
/openbmc/qemu/hw/ufs/ |
H A D | ufs.h | 106 QEMUBH *bh; /* Bottom half to process requests in async */ 117 QEMUBH *bh; 143 QEMUBH *doorbell_bh; 144 QEMUBH *complete_bh;
|
/openbmc/qemu/include/hw/i2c/ |
H A D | i2c.h | 79 QEMUBH *bh; 94 QEMUBH *bh; 149 void i2c_bus_master(I2CBus *bus, QEMUBH *bh);
|
/openbmc/qemu/include/hw/virtio/ |
H A D | virtio-gpu.h | 187 QEMUBH *ctrl_bh; 188 QEMUBH *cursor_bh; 189 QEMUBH *reset_bh; 246 QEMUBH *cmdq_resume_bh;
|
H A D | virtio-balloon.h | 55 QEMUBH *free_page_bh;
|
H A D | virtio-crypto.h | 80 QEMUBH *dataq_bh;
|
H A D | virtio-scsi.h | 92 QEMUBH *tmf_bh;
|
/openbmc/qemu/include/qemu/ |
H A D | main-loop.h | 392 QEMUBH *qemu_bh_new_full(QEMUBHFunc *cb, void *opaque, const char *name, 394 void qemu_bh_schedule_idle(QEMUBH *bh);
|
H A D | typedefs.h | 92 typedef struct QEMUBH QEMUBH; typedef
|
H A D | vhost-user-server.h | 38 QEMUBH *restart_listener_bh;
|
/openbmc/qemu/include/sysemu/ |
H A D | replay.h | 127 void replay_bh_schedule_event(QEMUBH *bh); 136 void replay_block_event(QEMUBH *bh, uint64_t id);
|
/openbmc/qemu/include/ui/ |
H A D | spice-display.h | 117 QEMUBH *cursor_bh; 121 QEMUBH *gl_unblock_bh;
|
/openbmc/qemu/hw/display/ |
H A D | qxl.h | 85 QEMUBH *update_irq; 125 QEMUBH *update_area_bh;
|
/openbmc/qemu/net/ |
H A D | vmnet_int.h | 41 QEMUBH *send_bh;
|
/openbmc/qemu/include/hw/dma/ |
H A D | i8257.h | 41 QEMUBH *dma_bh;
|
/openbmc/qemu/replay/ |
H A D | replay-events.c | 124 void replay_bh_schedule_event(QEMUBH *bh) in replay_bh_schedule_event() 155 void replay_block_event(QEMUBH *bh, uint64_t id) in replay_block_event()
|
/openbmc/qemu/migration/ |
H A D | colo-failover.c | 23 static QEMUBH *failover_bh;
|
/openbmc/qemu/stubs/ |
H A D | replay-tools.c | 28 void replay_bh_schedule_event(QEMUBH *bh) in replay_bh_schedule_event()
|
/openbmc/qemu/include/hw/ide/ |
H A D | ide-bus.h | 13 QEMUBH *bh;
|
/openbmc/qemu/hw/usb/ |
H A D | hcd-uhci.h | 62 QEMUBH *bh;
|
/openbmc/qemu/backends/ |
H A D | rng-builtin.c | 19 QEMUBH *bh;
|