Searched refs:ctx2 (Results 1 – 7 of 7) 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/crypto/ |
| H A D | algif_hash.c | 236 struct hash_ctx *ctx2; in hash_accept() local 261 ctx2 = ask2->private; in hash_accept() 262 ctx2->more = more; in hash_accept() 267 err = crypto_ahash_import(&ctx2->req, state); in hash_accept()
|
| /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/io_uring/ |
| H A D | rsrc.c | 1133 static void lock_two_rings(struct io_ring_ctx *ctx1, struct io_ring_ctx *ctx2) in lock_two_rings() argument 1135 if (ctx1 > ctx2) in lock_two_rings() 1136 swap(ctx1, ctx2); in lock_two_rings() 1138 mutex_lock_nested(&ctx2->uring_lock, SINGLE_DEPTH_NESTING); in lock_two_rings()
|
| /linux/kernel/events/ |
| H A D | core.c | 3658 struct perf_event_context *ctx2) in context_equiv() argument 3661 lockdep_assert_held(&ctx2->lock); in context_equiv() 3664 if (ctx1->pin_count || ctx2->pin_count) in context_equiv() 3668 if (ctx1 == ctx2->parent_ctx && ctx1->generation == ctx2->parent_gen) in context_equiv() 3672 if (ctx1->parent_ctx == ctx2 && ctx1->parent_gen == ctx2->generation) in context_equiv() 3679 if (ctx1->parent_ctx && ctx1->parent_ctx == ctx2->parent_ctx && in context_equiv() 3680 ctx1->parent_gen == ctx2->parent_gen) in context_equiv()
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | reg_bounds.c | 1197 const char *ctx1, const char *ctx2) in assert_range_eq() argument 1204 snappendf(sb, "MISMATCH %s.%s: ", ctx1, ctx2); in assert_range_eq()
|