Searched refs:src_ctx (Results 1 – 7 of 7) sorted by relevance
| /linux/io_uring/ |
| H A D | rsrc.c | 1146 static int io_clone_buffers(struct io_ring_ctx *ctx, struct io_ring_ctx *src_ctx, in io_clone_buffers() argument 1154 lockdep_assert_held(&src_ctx->uring_lock); in io_clone_buffers() 1160 if (ctx->user != src_ctx->user || ctx->mm_account != src_ctx->mm_account) in io_clone_buffers() 1170 nbufs = src_ctx->buf_table.nr; in io_clone_buffers() 1206 src_node = io_rsrc_node_lookup(&src_ctx->buf_table, i); in io_clone_buffers() 1261 struct io_ring_ctx *src_ctx; in io_register_clone_buffers() local 1280 src_ctx = file->private_data; in io_register_clone_buffers() 1281 if (src_ctx != ctx) { in io_register_clone_buffers() 1283 lock_two_rings(ctx, src_ctx); in io_register_clone_buffers() 1285 if (src_ctx->submitter_task && in io_register_clone_buffers() [all …]
|
| /linux/drivers/gpu/drm/amd/display/dc/inc/ |
| H A D | link_enc_cfg.h | 45 void link_enc_cfg_copy(const struct dc_state *src_ctx, struct dc_state *dst_ctx);
|
| /linux/drivers/gpu/drm/amd/display/dc/core/ |
| H A D | dc_link_enc_cfg.c | 279 void link_enc_cfg_copy(const struct dc_state *src_ctx, struct dc_state *dst_ctx) in link_enc_cfg_copy() argument 282 &src_ctx->res_ctx.link_enc_cfg_ctx, in link_enc_cfg_copy()
|
| /linux/drivers/net/ethernet/intel/ice/ |
| H A D | ice_lag.c | 1074 struct ice_vsi_ctx *src_ctx; in ice_lag_aa_move_vf_qs() local 1104 src_ctx = sv_ctx; in ice_lag_aa_move_vf_qs() 1106 src_ctx = pv_ctx; in ice_lag_aa_move_vf_qs() 1108 q_node = ice_sched_find_node_by_teid(src_ctx->sched.vsi_node[0], in ice_lag_aa_move_vf_qs()
|
| /linux/fs/nfs/ |
| H A D | nfs42proc.c | 244 struct nfs_open_context *src_ctx = nfs_file_open_context(src); in handle_async_copy() local 275 copy->parent_src_state = src_ctx->state; in handle_async_copy()
|
| /linux/kernel/events/ |
| H A D | core.c | 14392 struct perf_event_context *src_ctx, *dst_ctx; in perf_pmu_migrate_context() local 14399 src_ctx = &per_cpu_ptr(&perf_cpu_context, src_cpu)->ctx; in perf_pmu_migrate_context() 14406 mutex_lock_double(&src_ctx->mutex, &dst_ctx->mutex); in perf_pmu_migrate_context() 14408 __perf_pmu_remove(src_ctx, src_cpu, pmu, &src_ctx->pinned_groups, &events); in perf_pmu_migrate_context() 14409 __perf_pmu_remove(src_ctx, src_cpu, pmu, &src_ctx->flexible_groups, &events); in perf_pmu_migrate_context() 14421 mutex_unlock(&src_ctx->mutex); in perf_pmu_migrate_context()
|
| /linux/drivers/infiniband/hw/hfi1/ |
| H A D | chip.c | 6071 static void handle_qsfp_int(struct hfi1_devdata *dd, u32 src_ctx, u64 reg) in handle_qsfp_int() argument
|