__ctx              57 arch/sparc/include/asm/mmu_64.h #define CTX_VALID(__ctx)	\
__ctx              58 arch/sparc/include/asm/mmu_64.h 	 (!(((__ctx.sparc64_ctx_val) ^ tlb_context_cache) & CTX_VERSION_MASK))
__ctx              59 arch/sparc/include/asm/mmu_64.h #define CTX_HWBITS(__ctx)	((__ctx.sparc64_ctx_val) & CTX_HW_MASK)
__ctx              60 arch/sparc/include/asm/mmu_64.h #define CTX_NRBITS(__ctx)	((__ctx.sparc64_ctx_val) & CTX_NR_MASK)
__ctx            2425 block/blk-mq.c 		struct blk_mq_ctx *__ctx = per_cpu_ptr(q->queue_ctx, i);
__ctx            2429 block/blk-mq.c 		__ctx->cpu = i;
__ctx            2430 block/blk-mq.c 		spin_lock_init(&__ctx->lock);
__ctx            2432 block/blk-mq.c 			INIT_LIST_HEAD(&__ctx->rq_lists[k]);
__ctx            2434 block/blk-mq.c 		__ctx->queue = q;
__ctx             227 crypto/scompress.c 	*req->__ctx = ctx;
__ctx             238 crypto/scompress.c 	void *ctx = *req->__ctx;
__ctx            1132 crypto/testmgr.c 	testmgr_poison(desc->__ctx, crypto_shash_descsize(tfm));
__ctx            1212 crypto/testmgr.c 			testmgr_poison(desc->__ctx, crypto_shash_descsize(tfm));
__ctx            1319 crypto/testmgr.c 	testmgr_poison(req->__ctx, crypto_ahash_reqsize(tfm));
__ctx            1392 crypto/testmgr.c 			testmgr_poison(req->__ctx, crypto_ahash_reqsize(tfm));
__ctx            1919 crypto/testmgr.c 	testmgr_poison(req->__ctx, crypto_aead_reqsize(tfm));
__ctx            2509 crypto/testmgr.c 	testmgr_poison(req->__ctx, crypto_skcipher_reqsize(tfm));
__ctx             272 drivers/hwmon/pwm-fan.c static void pwm_fan_pwm_disable(void *__ctx)
__ctx             274 drivers/hwmon/pwm-fan.c 	struct pwm_fan_ctx *ctx = __ctx;
__ctx             278 fs/nfsd/nfs4recover.c nfsd4_build_namelist(struct dir_context *__ctx, const char *name, int namlen,
__ctx             282 fs/nfsd/nfs4recover.c 		container_of(__ctx, struct nfs4_dir_ctx, ctx);
__ctx              33 include/crypto/acompress.h 	void *__ctx[] CRYPTO_MINALIGN_ATTR;
__ctx              92 include/crypto/aead.h 	void *__ctx[] CRYPTO_MINALIGN_ATTR;
__ctx              39 include/crypto/akcipher.h 	void *__ctx[] CRYPTO_MINALIGN_ATTR;
__ctx              52 include/crypto/algapi.h 	void *__ctx[] CRYPTO_MINALIGN_ATTR;
__ctx             270 include/crypto/algapi.h 	return inst->__ctx;
__ctx             370 include/crypto/algapi.h 	return req->__ctx;
__ctx              59 include/crypto/hash.h 	void *__ctx[] CRYPTO_MINALIGN_ATTR;
__ctx             144 include/crypto/hash.h 	void *__ctx[] CRYPTO_MINALIGN_ATTR;
__ctx             397 include/crypto/hash.h 	return req->__ctx;
__ctx             808 include/crypto/hash.h 	return desc->__ctx;
__ctx              18 include/crypto/internal/acompress.h 	return req->__ctx;
__ctx              65 include/crypto/internal/aead.h 	return req->__ctx;
__ctx              33 include/crypto/internal/akcipher.h 	return req->__ctx;
__ctx              18 include/crypto/internal/kpp.h 	return req->__ctx;
__ctx             174 include/crypto/internal/skcipher.h 	return req->__ctx;
__ctx              33 include/crypto/kpp.h 	void *__ctx[] CRYPTO_MINALIGN_ATTR;
__ctx              19 include/crypto/pcrypt.h 	void			*__ctx[] CRYPTO_MINALIGN_ATTR;
__ctx              24 include/crypto/pcrypt.h 	return req->__ctx;
__ctx              34 include/crypto/skcipher.h 	void *__ctx[] CRYPTO_MINALIGN_ATTR;
__ctx             176 include/linux/crypto.h 	void *__ctx[] CRYPTO_MINALIGN_ATTR;