Searched refs:dst_ctx (Results 1 – 4 of 4) sorted by relevance
45 void link_enc_cfg_copy(const struct dc_state *src_ctx, struct dc_state *dst_ctx);
291 void link_enc_cfg_copy(const struct dc_state *src_ctx, struct dc_state *dst_ctx) in link_enc_cfg_copy() argument293 memcpy(&dst_ctx->res_ctx.link_enc_cfg_ctx, in link_enc_cfg_copy()295 sizeof(dst_ctx->res_ctx.link_enc_cfg_ctx)); in link_enc_cfg_copy()
186 struct nfs_open_context *dst_ctx = nfs_file_open_context(dst); in handle_async_copy() local213 copy->parent_dst_state = dst_ctx->state; in handle_async_copy()
13294 struct perf_event_context *src_ctx, *dst_ctx; in perf_pmu_migrate_context() local13302 dst_ctx = &per_cpu_ptr(&perf_cpu_context, dst_cpu)->ctx; in perf_pmu_migrate_context()13308 mutex_lock_double(&src_ctx->mutex, &dst_ctx->mutex); in perf_pmu_migrate_context()13319 __perf_pmu_install(dst_ctx, dst_cpu, pmu, &events); in perf_pmu_migrate_context()13322 mutex_unlock(&dst_ctx->mutex); in perf_pmu_migrate_context()