Home
last modified time | relevance | path

Searched refs:attached_aio_context (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/include/block/
H A Dblockjob_int.h67 void (*attached_aio_context)(BlockJob *job, AioContext *new_context); member
H A Dblock_int-global-state.h303 void (*attached_aio_context)(AioContext *new_context, void *opaque),
/openbmc/qemu/include/system/
H A Dblock-backend-global-state.h92 void (*attached_aio_context)(AioContext *new_context, void *opaque),
95 void (*attached_aio_context)(AioContext *,
/openbmc/qemu/block/
H A Dblock-backend.c37 void (*attached_aio_context)(AioContext *new_context, void *opaque); member
292 notifier->attached_aio_context, in blk_root_attach()
307 notifier->attached_aio_context, in blk_root_detach()
2472 void (*attached_aio_context)(AioContext *new_context, void *opaque), in blk_add_aio_context_notifier()
2480 notifier->attached_aio_context = attached_aio_context; in blk_add_aio_context_notifier()
2486 bdrv_add_aio_context_notifier(bs, attached_aio_context, in blk_add_aio_context_notifier()
2492 void (*attached_aio_context)(AioContext *, in blk_remove_aio_context_notifier()
2503 bdrv_remove_aio_context_notifier(bs, attached_aio_context, in blk_remove_aio_context_notifier()
2508 if (notifier->attached_aio_context == attached_aio_context && in blk_remove_aio_context_notifier()