Home
last modified time | relevance | path

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

/qemu/include/block/
A Daio.h126 struct AioContext { struct
147 * only written from the AioContext home thread, or under the BQL in argument
173 uint32_t notify_me;
179 QemuLockCnt list_lock;
182 BHList bh_list;
199 bool notified;
200 EventNotifier notifier;
205 int thread_pool_min;
206 int thread_pool_max;
229 int poll_disable_cnt;
[all …]
/qemu/include/qemu/
A Dtypedefs.h27 typedef struct AioContext AioContext; typedef
/qemu/util/
A Dasync.c725 QEMU_DEFINE_STATIC_CO_TLS(AioContext *, my_aiocontext) in QEMU_DEFINE_STATIC_CO_TLS() argument
/qemu/block/
A Dblock-backend.c2479 void (*attached_aio_context)(AioContext *, in blk_remove_aio_context_notifier()
/qemu/
A Dblock.c7695 void (*attached_aio_context)(AioContext *, in bdrv_remove_aio_context_notifier()

Completed in 31 milliseconds