Searched defs:bh (Results 1 – 25 of 32) sorted by relevance
12
/qemu/util/ |
H A D | async.c | 73 static void aio_bh_enqueue(QEMUBH *bh, unsigned new_flags) in aio_bh_enqueue() argument 112 QEMUBH *bh = QSLIST_FIRST_RCU(head); in aio_bh_dequeue() local 132 QEMUBH *bh; in aio_bh_schedule_oneshot_full() local 146 QEMUBH *bh; in aio_bh_new_full() local 158 void aio_bh_call(QEMUBH *bh) in aio_bh_call() 205 QEMUBH *bh; in aio_bh_poll() local 229 void qemu_bh_schedule_idle(QEMUBH *bh) in qemu_bh_schedule_idle() 234 void qemu_bh_schedule(QEMUBH *bh) in qemu_bh_schedule() 241 void qemu_bh_cancel(QEMUBH *bh) in qemu_bh_cancel() 249 void qemu_bh_delete(QEMUBH *bh) in qemu_bh_delete() [all …]
|
H A D | vhost-user-server.c | 481 QEMUBH *bh; in vhost_user_server_start() local
|
/qemu/tests/unit/ |
H A D | ptimer-test-stubs.c | 113 QEMUBH *bh = g_new(QEMUBH, 1); in qemu_bh_new_full() local 121 void qemu_bh_delete(QEMUBH *bh) in qemu_bh_delete()
|
H A D | test-aio.c | 42 QEMUBH *bh; member
|
/qemu/include/hw/i2c/ |
H A D | i2c.h | 79 QEMUBH *bh; member 94 QEMUBH *bh; member
|
/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()
|
/qemu/backends/ |
H A D | rng-builtin.c | 19 QEMUBH *bh; member
|
/qemu/include/hw/ide/ |
H A D | ide-bus.h | 13 QEMUBH *bh; member
|
/qemu/stubs/ |
H A D | replay-tools.c | 28 void replay_bh_schedule_event(QEMUBH *bh) in replay_bh_schedule_event()
|
/qemu/hw/misc/ |
H A D | i2c-echo.c | 33 QEMUBH *bh; member
|
/qemu/block/ |
H A D | blkreplay.c | 21 QEMUBH *bh; member
|
/qemu/hw/usb/ |
H A D | hcd-uhci.h | 58 QEMUBH *bh; member
|
H A D | xen-usb.c | 117 QEMUBH *bh; member
|
/qemu/hw/ufs/ |
H A D | ufs.h | 106 QEMUBH *bh; /* Bottom half to process requests in async */ member 117 QEMUBH *bh; member
|
/qemu/include/hw/virtio/ |
H A D | virtio-serial.h | 139 QEMUBH *bh; member
|
/qemu/target/alpha/ |
H A D | int_helper.c | 65 uint64_t al, ah, bl, bh, cl, ch; in helper_cmpbge() local
|
/qemu/hw/i2c/ |
H A D | core.c | 185 void i2c_bus_master(I2CBus *bus, QEMUBH *bh) in i2c_bus_master()
|
/qemu/include/hw/ppc/ |
H A D | mac_dbdma.h | 165 QEMUBH *bh; member
|
/qemu/system/ |
H A D | dma-helpers.c | 71 QEMUBH *bh; member
|
/qemu/hw/block/dataplane/ |
H A D | xen-block.c | 65 QEMUBH *bh; member
|
/qemu/hw/9pfs/ |
H A D | xen-9p-backend.c | 47 QEMUBH *bh; member
|
/qemu/tcg/ |
H A D | tcg-op.c | 1085 TCGv_i32 ah, TCGv_i32 bl, TCGv_i32 bh) in tcg_gen_add2_i32() 1134 TCGv_i32 ah, TCGv_i32 bl, TCGv_i32 bh) in tcg_gen_sub2_i32() 2840 TCGv_i64 ah, TCGv_i64 bl, TCGv_i64 bh) in tcg_gen_add2_i64() 2943 TCGv_i64 ah, TCGv_i64 bl, TCGv_i64 bh) in tcg_gen_sub2_i64()
|
/qemu/migration/ |
H A D | migration.c | 346 QEMUBH *bh; member 371 QEMUBH *bh = qemu_bh_new(migration_bh_dispatch_bh, migbh); in migration_bh_schedule() local
|
/qemu/ui/ |
H A D | spice-display.c | 129 int bw, bh; in qemu_spice_create_one_update() local
|
/qemu/hw/nvme/ |
H A D | nvme.h | 496 QEMUBH *bh; member 517 QEMUBH *bh; member
|
12