Home
last modified time | relevance | path

Searched defs:AioContext (Results 1 – 5 of 5) sorted by relevance

/qemu/include/block/
H A Daio.h125 struct AioContext { struct
146 * only written from the AioContext home thread, or under the BQL in argument
172 uint32_t notify_me;
178 QemuLockCnt list_lock;
181 BHList bh_list;
198 bool notified;
199 EventNotifier notifier;
204 int thread_pool_min;
205 int thread_pool_max;
228 int poll_disable_cnt;
[all …]
/qemu/include/qemu/
H A Dtypedefs.h28 typedef struct AioContext AioContext; typedef
/qemu/util/
H A Dasync.c724 QEMU_DEFINE_STATIC_CO_TLS(AioContext *, my_aiocontext) in QEMU_DEFINE_STATIC_CO_TLS() argument
/qemu/block/
H A Dblock-backend.c2533 void (*attached_aio_context)(AioContext *, in blk_remove_aio_context_notifier()
/qemu/
H A Dblock.c7674 void (*attached_aio_context)(AioContext *, in bdrv_remove_aio_context_notifier()