Home
last modified time | relevance | path

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

/openbmc/qemu/include/block/
H A Daio.h130 struct AioContext { struct
133 /* Used by AioContext users to protect from multi-threaded access. */ argument
151 * only written from the AioContext home thread, or under the BQL in argument
177 uint32_t notify_me;
183 QemuLockCnt list_lock;
186 BHList bh_list;
203 bool notified;
204 EventNotifier notifier;
207 QEMUBH *co_schedule_bh;
209 int thread_pool_min;
[all …]
/openbmc/qemu/include/qemu/
H A Dtypedefs.h28 typedef struct AioContext AioContext; typedef
/openbmc/qemu/util/
H A Dasync.c727 QEMU_DEFINE_STATIC_CO_TLS(AioContext *, my_aiocontext) in QEMU_DEFINE_STATIC_CO_TLS() argument
/openbmc/qemu/block/
H A Dblock-backend.c2481 void (*attached_aio_context)(AioContext *, in blk_remove_aio_context_notifier()
/openbmc/qemu/
H A Dblock.c7797 void (*attached_aio_context)(AioContext *, in bdrv_remove_aio_context_notifier()