Home
last modified time | relevance | path

Searched defs:AioContext (Results 1 – 25 of 37) sorted by path

12

/dports/emulators/py-unicorn/unicorn-1.0.2/qemu/include/qemu/
H A Dtypedefs.h11 typedef struct AioContext AioContext; typedef
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/
H A Dblock.c6351 void (*attached_aio_context)(AioContext *, in bdrv_remove_aio_context_notifier()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/block/
H A Dblock-backend.c1996 void (*attached_aio_context)(AioContext *, in blk_remove_aio_context_notifier()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/include/block/
H A Daio.h123 struct AioContext { struct
143 * Bit 0 is reserved for GSource usage of the AioContext, and is 1 argument
158 uint32_t notify_me;
164 QemuLockCnt list_lock;
167 BHList bh_list;
184 bool notified;
185 EventNotifier notifier;
188 QEMUBH *co_schedule_bh;
217 QEMUTimerListGroup tlg;
222 int poll_disable_cnt;
[all …]
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/include/qemu/
H A Dtypedefs.h26 typedef struct AioContext AioContext; typedef
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/
H A Dblock.c7071 void (*attached_aio_context)(AioContext *, in bdrv_remove_aio_context_notifier()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/block/
H A Dblock-backend.c2145 void (*attached_aio_context)(AioContext *, in blk_remove_aio_context_notifier()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/include/qemu/
H A Dtypedefs.h26 typedef struct AioContext AioContext; typedef
/dports/emulators/qemu-guest-agent/qemu-5.0.1/
H A Dblock.c6359 void (*attached_aio_context)(AioContext *, in bdrv_remove_aio_context_notifier()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/block/
H A Dblock-backend.c2060 void (*attached_aio_context)(AioContext *, in blk_remove_aio_context_notifier()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/include/block/
H A Dblock_int.h124 void (*bdrv_reopen_commit)(BDRVReopenState *reopen_state);
130 Error **errp);
188 BlockAIOCB *(*bdrv_aio_flush)(BlockDriverState *bs,
189 BlockCompletionFunc *cb, void *opaque);
192 BlockCompletionFunc *cb, void *opaque);
198 * @offset: position in bytes to read at
212 int coroutine_fn (*bdrv_co_preadv)(BlockDriverState *bs,
215 uint64_t offset, uint64_t bytes,
221 * @bytes: number of bytes to write
232 * The buffer in @qiov may point directly to guest memory.
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/include/qemu/
H A Dtypedefs.h26 typedef struct AioContext AioContext; typedef
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/
H A Dblock.c5051 void (*attached_aio_context)(AioContext *, in bdrv_remove_aio_context_notifier()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/block/
H A Dblock-backend.c1924 void (*attached_aio_context)(AioContext *, in blk_remove_aio_context_notifier()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/include/block/
H A Daio.h54 struct AioContext { struct
71 * Bit 0 is reserved for GSource usage of the AioContext, and is 1 argument
86 uint32_t notify_me;
92 QemuLockCnt list_lock;
95 struct QEMUBH *first_bh;
109 bool notified;
110 EventNotifier notifier;
113 QEMUBH *co_schedule_bh;
118 struct ThreadPool *thread_pool;
124 struct LinuxAioState *linux_aio;
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/include/qemu/
H A Dtypedefs.h10 typedef struct AioContext AioContext; typedef
/dports/emulators/qemu-utils/qemu-4.2.1/
H A Dblock.c6147 void (*attached_aio_context)(AioContext *, in bdrv_remove_aio_context_notifier()
/dports/emulators/qemu-utils/qemu-4.2.1/block/
H A Dblock-backend.c1996 void (*attached_aio_context)(AioContext *, in blk_remove_aio_context_notifier()
/dports/emulators/qemu-utils/qemu-4.2.1/include/block/
H A Daio.h53 struct AioContext { struct
70 * Bit 0 is reserved for GSource usage of the AioContext, and is 1 argument
85 uint32_t notify_me;
91 QemuLockCnt list_lock;
94 struct QEMUBH *first_bh;
108 bool notified;
109 EventNotifier notifier;
112 QEMUBH *co_schedule_bh;
117 struct ThreadPool *thread_pool;
123 struct LinuxAioState *linux_aio;
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/include/qemu/
H A Dtypedefs.h26 typedef struct AioContext AioContext; typedef
/dports/emulators/qemu/qemu-6.2.0/
H A Dblock.c7251 void (*attached_aio_context)(AioContext *, in bdrv_remove_aio_context_notifier()
/dports/emulators/qemu/qemu-6.2.0/block/
H A Dblock-backend.c2119 void (*attached_aio_context)(AioContext *, in blk_remove_aio_context_notifier()
/dports/emulators/qemu/qemu-6.2.0/include/block/
H A Daio.h124 struct AioContext { struct
137 * only written from the AioContext home thread, or under the BQL in argument
163 uint32_t notify_me;
169 QemuLockCnt list_lock;
172 BHList bh_list;
189 bool notified;
190 EventNotifier notifier;
193 QEMUBH *co_schedule_bh;
222 QEMUTimerListGroup tlg;
227 int poll_disable_cnt;
[all …]
/dports/emulators/qemu/qemu-6.2.0/include/qemu/
H A Dtypedefs.h26 typedef struct AioContext AioContext; typedef
/dports/emulators/qemu42/qemu-4.2.1/
H A Dblock.c6147 void (*attached_aio_context)(AioContext *, in bdrv_remove_aio_context_notifier()

12