Home
last modified time | relevance | path

Searched refs:src_ctx (Results 1 – 5 of 5) sorted by relevance

/linux/io_uring/
H A Drsrc.c1142 static int io_clone_buffers(struct io_ring_ctx *ctx, struct io_ring_ctx *src_ctx, in io_clone_buffers() argument
1150 lockdep_assert_held(&src_ctx->uring_lock); in io_clone_buffers()
1156 if (ctx->user != src_ctx->user || ctx->mm_account != src_ctx->mm_account) in io_clone_buffers()
1166 nbufs = src_ctx->buf_table.nr; in io_clone_buffers()
1202 src_node = io_rsrc_node_lookup(&src_ctx->buf_table, i); in io_clone_buffers()
1257 struct io_ring_ctx *src_ctx; in io_register_clone_buffers() local
1276 src_ctx = file->private_data; in io_register_clone_buffers()
1277 if (src_ctx != ctx) { in io_register_clone_buffers()
1279 lock_two_rings(ctx, src_ctx); in io_register_clone_buffers()
1281 if (src_ctx->submitter_task && in io_register_clone_buffers()
[all …]
/linux/drivers/net/ethernet/intel/ice/
H A Dice_lag.c1074 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 Dnfs42proc.c244 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 Dcore.c14354 struct perf_event_context *src_ctx, *dst_ctx; in perf_pmu_migrate_context() local
14361 src_ctx = &per_cpu_ptr(&perf_cpu_context, src_cpu)->ctx; in perf_pmu_migrate_context()
14368 mutex_lock_double(&src_ctx->mutex, &dst_ctx->mutex); in perf_pmu_migrate_context()
14370 __perf_pmu_remove(src_ctx, src_cpu, pmu, &src_ctx->pinned_groups, &events); in perf_pmu_migrate_context()
14371 __perf_pmu_remove(src_ctx, src_cpu, pmu, &src_ctx->flexible_groups, &events); in perf_pmu_migrate_context()
14383 mutex_unlock(&src_ctx->mutex); in perf_pmu_migrate_context()
/linux/drivers/infiniband/hw/hfi1/
H A Dchip.c6071 static void handle_qsfp_int(struct hfi1_devdata *dd, u32 src_ctx, u64 reg) in handle_qsfp_int() argument