Home
last modified time | relevance | path

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

/qemu/hw/acpi/
H A Daml-build-stub.c25 void aml_append(Aml *parent_ctx, Aml *child) in aml_append() argument
H A Daml-build.c508 void aml_append(Aml *parent_ctx, Aml *child) in aml_append() argument
515 build_append_byte(parent_ctx->buf, child->op); in aml_append()
540 build_append_array(parent_ctx->buf, buf); in aml_append()
/qemu/include/hw/acpi/
H A Daml-build.h289 void aml_append(Aml *parent_ctx, Aml *child);
/qemu/
H A Dblock.c3075 AioContext *parent_ctx; in bdrv_attach_child_common() local
3097 parent_ctx = bdrv_child_get_parent_aio_context(new_child); in bdrv_attach_child_common()
3098 if (child_ctx != parent_ctx) { in bdrv_attach_child_common()
3100 int ret = bdrv_try_change_aio_context(child_bs, parent_ctx, NULL, in bdrv_attach_child_common()
3151 .old_parent_ctx = parent_ctx, in bdrv_attach_child_common()