Searched refs:ctx2 (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | verifier_iterating_callbacks.c | 222 struct num_context ctx2 = { .i = 0 }; in bpf_loop_iter_limit_nested() local 226 bpf_loop(1, iter_limit_level1_cb, &ctx2, 0); in bpf_loop_iter_limit_nested() 228 b = ctx2.i; in bpf_loop_iter_limit_nested() 229 /* Force 'ctx1.i' and 'ctx2.i' precise. */ in bpf_loop_iter_limit_nested()
|
/kernel/linux/linux-5.10/crypto/ |
H A D | algif_hash.c | 240 struct hash_ctx *ctx2; in hash_accept() local 258 ctx2 = ask2->private; in hash_accept() 259 ctx2->more = more; in hash_accept() 264 err = crypto_ahash_import(&ctx2->req, state); in hash_accept()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/lib/mpi/ |
H A D | mpih-mul.c | 420 struct karatsuba_ctx *ctx2; in mpihelp_release_karatsuba_ctx() local 426 for (ctx = ctx->next; ctx; ctx = ctx2) { in mpihelp_release_karatsuba_ctx() 427 ctx2 = ctx->next; in mpihelp_release_karatsuba_ctx()
|
/kernel/linux/linux-6.6/lib/crypto/mpi/ |
H A D | mpih-mul.c | 420 struct karatsuba_ctx *ctx2; in mpihelp_release_karatsuba_ctx() local 426 for (ctx = ctx->next; ctx; ctx = ctx2) { in mpihelp_release_karatsuba_ctx() 427 ctx2 = ctx->next; in mpihelp_release_karatsuba_ctx()
|
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | internal.h | 308 const struct nfs_open_context *ctx2) in nfs_match_open_context() 310 return cred_fscmp(ctx1->cred, ctx2->cred) == 0 && ctx1->state == ctx2->state; in nfs_match_open_context() 307 nfs_match_open_context(const struct nfs_open_context *ctx1, const struct nfs_open_context *ctx2) nfs_match_open_context() argument
|
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | internal.h | 310 const struct nfs_open_context *ctx2) in nfs_match_open_context() 312 return cred_fscmp(ctx1->cred, ctx2->cred) == 0 && ctx1->state == ctx2->state; in nfs_match_open_context() 309 nfs_match_open_context(const struct nfs_open_context *ctx1, const struct nfs_open_context *ctx2) nfs_match_open_context() argument
|
/kernel/linux/linux-5.10/kernel/events/ |
H A D | core.c | 3354 struct perf_event_context *ctx2) in context_equiv() 3357 lockdep_assert_held(&ctx2->lock); in context_equiv() 3360 if (ctx1->pin_count || ctx2->pin_count) in context_equiv() 3363 /* If ctx1 is the parent of ctx2 */ in context_equiv() 3364 if (ctx1 == ctx2->parent_ctx && ctx1->generation == ctx2->parent_gen) in context_equiv() 3367 /* If ctx2 is the parent of ctx1 */ in context_equiv() 3368 if (ctx1->parent_ctx == ctx2 && ctx1->parent_gen == ctx2->generation) in context_equiv() 3372 * If ctx1 and ctx2 hav in context_equiv() 3353 context_equiv(struct perf_event_context *ctx1, struct perf_event_context *ctx2) context_equiv() argument [all...] |
/kernel/linux/linux-6.6/kernel/events/ |
H A D | core.c | 3350 struct perf_event_context *ctx2) in context_equiv() 3353 lockdep_assert_held(&ctx2->lock); in context_equiv() 3356 if (ctx1->pin_count || ctx2->pin_count) in context_equiv() 3359 /* If ctx1 is the parent of ctx2 */ in context_equiv() 3360 if (ctx1 == ctx2->parent_ctx && ctx1->generation == ctx2->parent_gen) in context_equiv() 3363 /* If ctx2 is the parent of ctx1 */ in context_equiv() 3364 if (ctx1->parent_ctx == ctx2 && ctx1->parent_gen == ctx2->generation) in context_equiv() 3368 * If ctx1 and ctx2 hav in context_equiv() 3349 context_equiv(struct perf_event_context *ctx1, struct perf_event_context *ctx2) context_equiv() argument [all...] |
Completed in 24 milliseconds