Searched refs:ctx2 (Results 1 – 8 of 8) sorted by relevance
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | test_global_func_ctx_args.c | 137 void *ctx2 __arg_ctx) in subprog_multi_ctx_tags() 144 bpf_get_stack(ctx2, stack, sizeof(stack), 0); in subprog_multi_ctx_tags()
|
| H A D | verifier_iterating_callbacks.c | 220 struct num_context ctx2 = { .i = 0 }; in bpf_loop_iter_limit_nested() local 224 bpf_loop(1, iter_limit_level1_cb, &ctx2, 0); in bpf_loop_iter_limit_nested() 226 b = ctx2.i; in bpf_loop_iter_limit_nested() 227 /* Force 'ctx1.i' and 'ctx2.i' precise. */ in bpf_loop_iter_limit_nested()
|
| /linux/lib/crypto/mpi/ |
| H A D | mpih-mul.c | 395 struct karatsuba_ctx *ctx2; in mpihelp_release_karatsuba_ctx() local 401 for (ctx = ctx->next; ctx; ctx = ctx2) { in mpihelp_release_karatsuba_ctx() 402 ctx2 = ctx->next; in mpihelp_release_karatsuba_ctx()
|
| /linux/drivers/gpu/drm/ttm/tests/ |
| H A D | ttm_bo_test.c | 142 struct ww_acquire_ctx ctx1, ctx2; in ttm_bo_reserve_deadlock() local 156 bo2->base.resv->lock.ctx = &ctx2; in ttm_bo_reserve_deadlock() 157 ctx2 = ctx1; in ttm_bo_reserve_deadlock() 158 ctx2.stamp--; /* Make the context holding the lock younger */ in ttm_bo_reserve_deadlock()
|
| /linux/fs/nfs/ |
| H A D | internal.h | 322 const struct nfs_open_context *ctx2) in nfs_match_open_context() argument 324 return cred_fscmp(ctx1->cred, ctx2->cred) == 0 && ctx1->state == ctx2->state; in nfs_match_open_context()
|
| /linux/io_uring/ |
| H A D | rsrc.c | 1330 static void lock_two_rings(struct io_ring_ctx *ctx1, struct io_ring_ctx *ctx2) in io_clone_buffers() 1332 if (ctx1 > ctx2) in io_clone_buffers() 1333 swap(ctx1, ctx2); in io_clone_buffers() 1335 mutex_lock_nested(&ctx2->uring_lock, SINGLE_DEPTH_NESTING); in io_clone_buffers() 1277 lock_two_rings(struct io_ring_ctx * ctx1,struct io_ring_ctx * ctx2) lock_two_rings() argument
|
| /linux/kernel/events/ |
| H A D | core.c | 3666 struct perf_event_context *ctx2) in context_equiv() argument 3669 lockdep_assert_held(&ctx2->lock); in context_equiv() 3672 if (ctx1->pin_count || ctx2->pin_count) in context_equiv() 3676 if (ctx1 == ctx2->parent_ctx && ctx1->generation == ctx2->parent_gen) in context_equiv() 3680 if (ctx1->parent_ctx == ctx2 && ctx1->parent_gen == ctx2->generation) in context_equiv() 3687 if (ctx1->parent_ctx && ctx1->parent_ctx == ctx2->parent_ctx && in context_equiv() 3688 ctx1->parent_gen == ctx2->parent_gen) in context_equiv()
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | reg_bounds.c | 1321 const char *ctx1, const char *ctx2) in assert_reg_state_eq() 1328 snappendf(sb, "MISMATCH %s.%s: ", ctx1, ctx2); in print_verifier_log() 1286 assert_range_eq(enum num_t t,struct range x,struct range y,const char * ctx1,const char * ctx2) assert_range_eq() argument
|