Home
last modified time | relevance | path

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

/qemu/include/sysemu/
H A Dblock-backend-global-state.h100 void (*attached_aio_context)(AioContext *new_context, void *opaque),
103 void (*attached_aio_context)(AioContext *,
/qemu/include/block/
H A Dblockjob_int.h67 void (*attached_aio_context)(BlockJob *job, AioContext *new_context); member
H A Dblock_int-global-state.h301 void (*attached_aio_context)(AioContext *new_context, void *opaque),
H A Dblock_int-common.h907 void (*attached_aio_context)(AioContext *new_context, void *opaque); member
/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()
2513 void (*attached_aio_context)(AioContext *new_context, void *opaque), in blk_add_aio_context_notifier()
2521 notifier->attached_aio_context = attached_aio_context; in blk_add_aio_context_notifier()
2527 bdrv_add_aio_context_notifier(bs, attached_aio_context, in blk_add_aio_context_notifier()
2533 void (*attached_aio_context)(AioContext *, in blk_remove_aio_context_notifier()
2544 bdrv_remove_aio_context_notifier(bs, attached_aio_context, in blk_remove_aio_context_notifier()
2549 if (notifier->attached_aio_context == attached_aio_context && in blk_remove_aio_context_notifier()
/qemu/
H A Dblock.c7483 ban->attached_aio_context(new_context, ban->opaque); in bdrv_attach_aio_context()
7659 void (*attached_aio_context)(AioContext *new_context, void *opaque), in bdrv_add_aio_context_notifier()
7664 .attached_aio_context = attached_aio_context, in bdrv_add_aio_context_notifier()
7674 void (*attached_aio_context)(AioContext *, in bdrv_remove_aio_context_notifier()
7683 if (ban->attached_aio_context == attached_aio_context && in bdrv_remove_aio_context_notifier()