Searched refs:ctx2 (Results 1 – 5 of 5) sorted by relevance
245 struct hash_ctx *ctx2; in hash_accept() local263 ctx2 = ask2->private; in hash_accept()264 ctx2->more = more; in hash_accept()269 err = crypto_ahash_import(&ctx2->req, state); in hash_accept()
408 struct karatsuba_ctx *ctx2; in mpihelp_release_karatsuba_ctx() local414 for (ctx = ctx->next; ctx; ctx = ctx2) { in mpihelp_release_karatsuba_ctx()415 ctx2 = ctx->next; in mpihelp_release_karatsuba_ctx()
270 const struct nfs_open_context *ctx2) in nfs_match_open_context() argument272 return ctx1->cred == ctx2->cred && ctx1->state == ctx2->state; in nfs_match_open_context()
2964 struct perf_event_context *ctx2) in context_equiv() argument2967 lockdep_assert_held(&ctx2->lock); in context_equiv()2970 if (ctx1->pin_count || ctx2->pin_count) in context_equiv()2974 if (ctx1 == ctx2->parent_ctx && ctx1->generation == ctx2->parent_gen) in context_equiv()2978 if (ctx1->parent_ctx == ctx2 && ctx1->parent_gen == ctx2->generation) in context_equiv()2985 if (ctx1->parent_ctx && ctx1->parent_ctx == ctx2->parent_ctx && in context_equiv()2986 ctx1->parent_gen == ctx2->parent_gen) in context_equiv()
6065 struct btrfs_log_ctx ctx2; in btrfs_log_new_name() local6067 btrfs_init_log_ctx(&ctx2, &inode->vfs_inode); in btrfs_log_new_name()6069 LOG_INODE_EXISTS, &ctx2); in btrfs_log_new_name()6075 ret = btrfs_sync_log(trans, inode->root, &ctx2); in btrfs_log_new_name()