Home
last modified time | relevance | path

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

/openbmc/qemu/include/sysemu/
H A Dblock-backend-global-state.h93 void (*attached_aio_context)(AioContext *new_context, void *opaque),
96 void (*attached_aio_context)(AioContext *,
/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.h301 void (*attached_aio_context)(AioContext *new_context, void *opaque),
H A Dblock_int-common.h904 void (*attached_aio_context)(AioContext *new_context, void *opaque); member
/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()
2459 void (*attached_aio_context)(AioContext *new_context, void *opaque), in blk_add_aio_context_notifier()
2467 notifier->attached_aio_context = attached_aio_context; in blk_add_aio_context_notifier()
2473 bdrv_add_aio_context_notifier(bs, attached_aio_context, in blk_add_aio_context_notifier()
2479 void (*attached_aio_context)(AioContext *, in blk_remove_aio_context_notifier()
2490 bdrv_remove_aio_context_notifier(bs, attached_aio_context, in blk_remove_aio_context_notifier()
2495 if (notifier->attached_aio_context == attached_aio_context && in blk_remove_aio_context_notifier()
/openbmc/qemu/
H A Dblock.c7504 ban->attached_aio_context(new_context, ban->opaque); in bdrv_attach_aio_context()
7680 void (*attached_aio_context)(AioContext *new_context, void *opaque), in bdrv_add_aio_context_notifier()
7685 .attached_aio_context = attached_aio_context, in bdrv_add_aio_context_notifier()
7695 void (*attached_aio_context)(AioContext *, in bdrv_remove_aio_context_notifier()
7704 if (ban->attached_aio_context == attached_aio_context && in bdrv_remove_aio_context_notifier()