Searched refs:attached_aio_context (Results 1 – 4 of 4) sorted by relevance
| /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 | 303 void (*attached_aio_context)(AioContext *new_context, void *opaque),
|
| /openbmc/qemu/include/system/ |
| H A D | block-backend-global-state.h | 92 void (*attached_aio_context)(AioContext *new_context, void *opaque), 95 void (*attached_aio_context)(AioContext *,
|
| /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() 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()
|