Searched full:src_ctx (Results 1 – 4 of 4) sorted by relevance
| /linux/io_uring/ |
| H A D | rsrc.c | 1149 static int io_clone_buffers(struct io_ring_ctx *ctx, struct io_ring_ctx *src_ctx, in io_clone_buffers() argument 1157 lockdep_assert_held(&src_ctx->uring_lock); in io_clone_buffers() 1163 if (ctx->user != src_ctx->user || ctx->mm_account != src_ctx->mm_account) in io_clone_buffers() 1173 nbufs = src_ctx->buf_table.nr; in io_clone_buffers() 1209 src_node = io_rsrc_node_lookup(&src_ctx->buf_table, i); in io_clone_buffers() 1264 struct io_ring_ctx *src_ctx; in io_register_clone_buffers() local 1283 src_ctx = file->private_data; in io_register_clone_buffers() 1284 if (src_ctx != ctx) { in io_register_clone_buffers() 1286 lock_two_rings(ctx, src_ctx); in io_register_clone_buffers() 1288 if (src_ctx->submitter_task && in io_register_clone_buffers() [all …]
|
| /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 | 14431 struct perf_event_context *src_ctx, *dst_ctx; in perf_pmu_migrate_context() local 14438 src_ctx = &per_cpu_ptr(&perf_cpu_context, src_cpu)->ctx; in perf_pmu_migrate_context() 14445 mutex_lock_double(&src_ctx->mutex, &dst_ctx->mutex); in perf_pmu_migrate_context() 14447 __perf_pmu_remove(src_ctx, src_cpu, pmu, &src_ctx->pinned_groups, &events); in perf_pmu_migrate_context() 14448 __perf_pmu_remove(src_ctx, src_cpu, pmu, &src_ctx->flexible_groups, &events); in perf_pmu_migrate_context() 14460 mutex_unlock(&src_ctx->mutex); in perf_pmu_migrate_context()
|