Searched refs:ctx2 (Results 1 – 9 of 9) 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/arch/riscv/crypto/ |
| H A D | aes-riscv64-glue.c | 341 struct crypto_aes_ctx ctx2; member 351 riscv64_aes_setkey(&ctx->ctx2, key + keylen / 2, keylen / 2); in riscv64_aes_xts_setkey() 370 aes_encrypt_zvkned(&ctx->ctx2, req->iv, req->iv); in riscv64_aes_xts_crypt()
|
| /linux/fs/nfs/ |
| H A D | internal.h | 318 const struct nfs_open_context *ctx2) in nfs_match_open_context() argument 320 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 | 1156 static void lock_two_rings(struct io_ring_ctx *ctx1, struct io_ring_ctx *ctx2) in lock_two_rings() 1158 if (ctx1 > ctx2) in lock_two_rings() 1159 swap(ctx1, ctx2); in lock_two_rings() 1161 mutex_lock_nested(&ctx2->uring_lock, SINGLE_DEPTH_NESTING); in lock_two_rings() 1155 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 | 3551 struct perf_event_context *ctx2) in context_equiv() argument 3554 lockdep_assert_held(&ctx2->lock); in context_equiv() 3557 if (ctx1->pin_count || ctx2->pin_count) in context_equiv() 3561 if (ctx1 == ctx2->parent_ctx && ctx1->generation == ctx2->parent_gen) in context_equiv() 3565 if (ctx1->parent_ctx == ctx2 && ctx1->parent_gen == ctx2->generation) in context_equiv() 3572 if (ctx1->parent_ctx && ctx1->parent_ctx == ctx2->parent_ctx && in context_equiv() 3573 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()
|