Home
last modified time | relevance | path

Searched refs:ctx2 (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/crypto/
Dalgif_hash.c240 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-5.10/lib/mpi/
Dmpih-mul.c420 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/
Dinternal.h308 const struct nfs_open_context *ctx2) in nfs_match_open_context() argument
310 return cred_fscmp(ctx1->cred, ctx2->cred) == 0 && ctx1->state == ctx2->state; in nfs_match_open_context()
/kernel/linux/linux-5.10/kernel/events/
Dcore.c3318 struct perf_event_context *ctx2) in context_equiv() argument
3321 lockdep_assert_held(&ctx2->lock); in context_equiv()
3324 if (ctx1->pin_count || ctx2->pin_count) in context_equiv()
3328 if (ctx1 == ctx2->parent_ctx && ctx1->generation == ctx2->parent_gen) in context_equiv()
3332 if (ctx1->parent_ctx == ctx2 && ctx1->parent_gen == ctx2->generation) in context_equiv()
3339 if (ctx1->parent_ctx && ctx1->parent_ctx == ctx2->parent_ctx && in context_equiv()
3340 ctx1->parent_gen == ctx2->parent_gen) in context_equiv()