Searched refs:ctx2 (Results 1 – 5 of 5) sorted by relevance
222 struct num_context ctx2 = { .i = 0 }; in bpf_loop_iter_limit_nested() local226 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()
236 struct hash_ctx *ctx2; in hash_accept() local261 ctx2 = ask2->private; in hash_accept()262 ctx2->more = more; in hash_accept()267 err = crypto_ahash_import(&ctx2->req, state); in hash_accept()
420 struct karatsuba_ctx *ctx2; in mpihelp_release_karatsuba_ctx() local426 for (ctx = ctx->next; ctx; ctx = ctx2) { in mpihelp_release_karatsuba_ctx()427 ctx2 = ctx->next; in mpihelp_release_karatsuba_ctx()
310 const struct nfs_open_context *ctx2) in nfs_match_open_context() argument312 return cred_fscmp(ctx1->cred, ctx2->cred) == 0 && ctx1->state == ctx2->state; in nfs_match_open_context()
3350 struct perf_event_context *ctx2) in context_equiv() argument3353 lockdep_assert_held(&ctx2->lock); in context_equiv()3356 if (ctx1->pin_count || ctx2->pin_count) in context_equiv()3360 if (ctx1 == ctx2->parent_ctx && ctx1->generation == ctx2->parent_gen) in context_equiv()3364 if (ctx1->parent_ctx == ctx2 && ctx1->parent_gen == ctx2->generation) in context_equiv()3371 if (ctx1->parent_ctx && ctx1->parent_ctx == ctx2->parent_ctx && in context_equiv()3372 ctx1->parent_gen == ctx2->parent_gen) in context_equiv()