Searched refs:attached_aio_context (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/include/sysemu/ |
H A D | block-backend-global-state.h | 93 void (*attached_aio_context)(AioContext *new_context, void *opaque), 96 void (*attached_aio_context)(AioContext *,
|
/openbmc/qemu/include/block/ |
H A D | blockjob_int.h | 67 void (*attached_aio_context)(BlockJob *job, AioContext *new_context); member
|
H A D | block_int-global-state.h | 301 void (*attached_aio_context)(AioContext *new_context, void *opaque),
|
H A D | block_int-common.h | 904 void (*attached_aio_context)(AioContext *new_context, void *opaque); member
|
/openbmc/qemu/block/ |
H A D | block-backend.c | 37 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 D | block.c | 7504 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()
|