/openbmc/linux/drivers/clk/ |
H A D | clk_test.c | 960 struct clk_dummy_context parent_ctx; member 974 ctx->parent_ctx.rate = DUMMY_CLOCK_INIT_RATE; in clk_single_parent_mux_test_init() 975 ctx->parent_ctx.hw.init = in clk_single_parent_mux_test_init() 980 ret = clk_hw_register(NULL, &ctx->parent_ctx.hw); in clk_single_parent_mux_test_init() 1001 clk_hw_unregister(&ctx->parent_ctx.hw); in clk_single_parent_mux_test_exit() 1014 struct clk *parent = clk_hw_get_clk(&ctx->parent_ctx.hw, NULL); in clk_test_single_parent_mux_get_parent() 1032 struct clk *parent = clk_hw_get_clk(&ctx->parent_ctx.hw, NULL); in clk_test_single_parent_mux_has_parent() 1262 ctx->parent_ctx.hw.init = &init; in clk_orphan_transparent_single_parent_mux_test_init() 1263 ctx->parent_ctx.rate = DUMMY_CLOCK_INIT_RATE; in clk_orphan_transparent_single_parent_mux_test_init() 1265 ret = clk_hw_register(NULL, &ctx->parent_ctx.hw); in clk_orphan_transparent_single_parent_mux_test_init() [all …]
|
/openbmc/linux/drivers/net/ethernet/netronome/nfp/flower/ |
H A D | offload.c | 1009 u64 parent_ctx = 0; in nfp_flower_merge_offloaded_flows() local 1018 parent_ctx = (u64)(be32_to_cpu(sub_flow1->meta.host_ctx_id)) << 32; in nfp_flower_merge_offloaded_flows() 1019 parent_ctx |= (u64)(be32_to_cpu(sub_flow2->meta.host_ctx_id)); in nfp_flower_merge_offloaded_flows() 1021 &parent_ctx, merge_table_params)) { in nfp_flower_merge_offloaded_flows() 1071 merge_info->parent_ctx = parent_ctx; in nfp_flower_merge_offloaded_flows() 1459 u64 parent_ctx = 0; in nfp_flower_remove_merge_flow() local 1499 parent_ctx = (parent_ctx << 32) | (u64)(ctx_id); in nfp_flower_remove_merge_flow() 1504 &parent_ctx, in nfp_flower_remove_merge_flow()
|
H A D | main.h | 480 u64 parent_ctx; member
|
H A D | metadata.c | 486 .key_offset = offsetof(struct nfp_merge_info, parent_ctx),
|
/openbmc/qemu/hw/acpi/ |
H A D | aml-build-stub.c | 25 void aml_append(Aml *parent_ctx, Aml *child) in aml_append() argument
|
H A D | aml-build.c | 508 void aml_append(Aml *parent_ctx, Aml *child) in aml_append() argument 515 build_append_byte(parent_ctx->buf, child->op); in aml_append() 539 build_append_array(parent_ctx->buf, buf); in aml_append()
|
/openbmc/linux/kernel/events/ |
H A D | core.c | 1196 if (ctx->parent_ctx) in put_ctx() 1197 put_ctx(ctx->parent_ctx); in put_ctx() 1316 struct perf_event_context *parent_ctx = ctx->parent_ctx; in unclone_ctx() local 1320 if (parent_ctx) in unclone_ctx() 1321 ctx->parent_ctx = NULL; in unclone_ctx() 1324 return parent_ctx; in unclone_ctx() 3216 WARN_ON_ONCE(event->ctx->parent_ctx); in perf_event_modify_attr() 3361 if (ctx1 == ctx2->parent_ctx && ctx1->generation == ctx2->parent_gen) in context_equiv() 3365 if (ctx1->parent_ctx in context_equiv() 13371 inherit_event(struct perf_event * parent_event,struct task_struct * parent,struct perf_event_context * parent_ctx,struct task_struct * child,struct perf_event * group_leader,struct perf_event_context * child_ctx) inherit_event() argument 13482 inherit_group(struct perf_event * parent_event,struct task_struct * parent,struct perf_event_context * parent_ctx,struct task_struct * child,struct perf_event_context * child_ctx) inherit_group() argument 13527 inherit_task_group(struct perf_event * event,struct task_struct * parent,struct perf_event_context * parent_ctx,struct task_struct * child,u64 clone_flags,int * inherited_all) inherit_task_group() argument 13569 struct perf_event_context *child_ctx, *parent_ctx; perf_event_init_context() local [all...] |
/openbmc/qemu/include/hw/acpi/ |
H A D | aml-build.h | 289 void aml_append(Aml *parent_ctx, Aml *child);
|
/openbmc/qemu/ |
H A D | block.c | 3074 AioContext *parent_ctx; in bdrv_attach_child_common() local 3096 parent_ctx = bdrv_child_get_parent_aio_context(new_child); in bdrv_attach_child_common() 3097 if (child_ctx != parent_ctx) { in bdrv_attach_child_common() 3099 int ret = bdrv_try_change_aio_context(child_bs, parent_ctx, NULL, in bdrv_attach_child_common() 3150 .old_parent_ctx = parent_ctx, in bdrv_attach_child_common()
|
/openbmc/linux/include/linux/ |
H A D | perf_event.h | 953 struct perf_event_context *parent_ctx; member
|