Home
last modified time | relevance | path

Searched refs:in_aio_context_home_thread (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/include/block/
H A Daio-wait.h86 if (ctx_ && in_aio_context_home_thread(ctx_)) { \
139 static inline bool in_aio_context_home_thread(AioContext *ctx) in in_aio_context_home_thread() function
/openbmc/qemu/block/export/
H A Dexport.c286 assert(in_aio_context_home_thread(qemu_get_aio_context())); in blk_exp_close_all_type()
/openbmc/qemu/util/
H A Daio-win32.c339 assert(in_aio_context_home_thread(ctx == iohandler_get_aio_context() ? in aio_poll()
H A Daio-posix.c619 assert(in_aio_context_home_thread(ctx == iohandler_get_aio_context() ? in aio_poll()
/openbmc/qemu/io/
H A Dchannel.c720 assert(in_aio_context_home_thread(ioc_ctx)); in qio_channel_yield()