ctx2              240 crypto/algif_hash.c 	struct hash_ctx *ctx2;
ctx2              258 crypto/algif_hash.c 	ctx2 = ask2->private;
ctx2              259 crypto/algif_hash.c 	ctx2->more = more;
ctx2              264 crypto/algif_hash.c 	err = crypto_ahash_import(&ctx2->req, state);
ctx2             6456 fs/btrfs/tree-log.c 		struct btrfs_log_ctx ctx2;
ctx2             6458 fs/btrfs/tree-log.c 		btrfs_init_log_ctx(&ctx2, &inode->vfs_inode);
ctx2             6460 fs/btrfs/tree-log.c 					     LOG_INODE_EXISTS, &ctx2);
ctx2             6466 fs/btrfs/tree-log.c 		ret = btrfs_sync_log(trans, inode->root, &ctx2);
ctx2              265 fs/nfs/internal.h 		const struct nfs_open_context *ctx2)
ctx2              267 fs/nfs/internal.h 	return cred_fscmp(ctx1->cred, ctx2->cred) == 0 && ctx1->state == ctx2->state;
ctx2             3078 kernel/events/core.c 			 struct perf_event_context *ctx2)
ctx2             3081 kernel/events/core.c 	lockdep_assert_held(&ctx2->lock);
ctx2             3084 kernel/events/core.c 	if (ctx1->pin_count || ctx2->pin_count)
ctx2             3088 kernel/events/core.c 	if (ctx1 == ctx2->parent_ctx && ctx1->generation == ctx2->parent_gen)
ctx2             3092 kernel/events/core.c 	if (ctx1->parent_ctx == ctx2 && ctx1->parent_gen == ctx2->generation)
ctx2             3099 kernel/events/core.c 	if (ctx1->parent_ctx && ctx1->parent_ctx == ctx2->parent_ctx &&
ctx2             3100 kernel/events/core.c 			ctx1->parent_gen == ctx2->parent_gen)
ctx2              395 lib/mpi/mpih-mul.c 	struct karatsuba_ctx *ctx2;
ctx2              401 lib/mpi/mpih-mul.c 	for (ctx = ctx->next; ctx; ctx = ctx2) {
ctx2              402 lib/mpi/mpih-mul.c 		ctx2 = ctx->next;