| /linux/arch/sparc/include/asm/ |
| A D | mmu_64.h | 57 #define CTX_VALID(__ctx) \ argument 58 (!(((__ctx.sparc64_ctx_val) ^ tlb_context_cache) & CTX_VERSION_MASK)) 59 #define CTX_HWBITS(__ctx) ((__ctx.sparc64_ctx_val) & CTX_HW_MASK) argument 60 #define CTX_NRBITS(__ctx) ((__ctx.sparc64_ctx_val) & CTX_NR_MASK) argument
|
| /linux/include/crypto/ |
| A D | pcrypt.h | 19 void *__ctx[] CRYPTO_MINALIGN_ATTR; member 24 return req->__ctx; in pcrypt_request_ctx()
|
| A D | hash.h | 61 void *__ctx[] CRYPTO_MINALIGN_ATTR; member 156 void *__ctx[] __aligned(ARCH_SLAB_MINALIGN); 410 return req->__ctx; in ahash_request_ctx() 792 return desc->__ctx; in shash_desc_ctx()
|
| A D | algapi.h | 85 void *__ctx[] CRYPTO_MINALIGN_ATTR; member 218 return inst->__ctx; in crypto_instance_ctx()
|
| A D | acompress.h | 37 void *__ctx[] CRYPTO_MINALIGN_ATTR; member
|
| A D | kpp.h | 37 void *__ctx[] CRYPTO_MINALIGN_ATTR; member
|
| A D | aead.h | 101 void *__ctx[] CRYPTO_MINALIGN_ATTR; member
|
| A D | akcipher.h | 41 void *__ctx[] CRYPTO_MINALIGN_ATTR; member
|
| A D | skcipher.h | 50 void *__ctx[] CRYPTO_MINALIGN_ATTR; member
|
| /linux/include/crypto/internal/ |
| A D | acompress.h | 57 return req->__ctx; in acomp_request_ctx()
|
| A D | akcipher.h | 33 return req->__ctx; in akcipher_request_ctx()
|
| A D | kpp.h | 50 return req->__ctx; in kpp_request_ctx()
|
| A D | aead.h | 70 return req->__ctx; in aead_request_ctx()
|
| A D | skcipher.h | 242 return req->__ctx; in skcipher_request_ctx()
|
| /linux/crypto/ |
| A D | scompress.c | 248 *req->__ctx = ctx; in crypto_acomp_scomp_alloc_ctx() 259 void *ctx = *req->__ctx; in crypto_acomp_scomp_free_ctx()
|
| A D | testmgr.c | 1340 testmgr_poison(desc->__ctx, crypto_shash_descsize(tfm)); in test_shash_vec_cfg() 1420 testmgr_poison(desc->__ctx, crypto_shash_descsize(tfm)); in test_shash_vec_cfg() 1527 testmgr_poison(req->__ctx, crypto_ahash_reqsize(tfm)); in test_ahash_vec_cfg() 1600 testmgr_poison(req->__ctx, crypto_ahash_reqsize(tfm)); in test_ahash_vec_cfg() 2137 testmgr_poison(req->__ctx, crypto_aead_reqsize(tfm)); in test_aead_vec_cfg() 2908 testmgr_poison(req->__ctx, crypto_skcipher_reqsize(tfm)); in test_skcipher_vec_cfg()
|
| /linux/drivers/hwmon/ |
| A D | pwm-fan.c | 465 static void pwm_fan_cleanup(void *__ctx) in pwm_fan_cleanup() argument 467 struct pwm_fan_ctx *ctx = __ctx; in pwm_fan_cleanup()
|
| /linux/include/trace/events/ |
| A D | netfs.h | 501 struct netfs_inode *__ctx = netfs_inode(wreq->inode); 502 struct fscache_cookie *__cookie = netfs_i_cookie(__ctx);
|
| /linux/block/ |
| A D | blk-mq.c | 3817 struct blk_mq_ctx *__ctx = per_cpu_ptr(q->queue_ctx, i); in blk_mq_init_cpu_queues() local 3821 __ctx->cpu = i; in blk_mq_init_cpu_queues() 3822 spin_lock_init(&__ctx->lock); in blk_mq_init_cpu_queues() 3824 INIT_LIST_HEAD(&__ctx->rq_lists[k]); in blk_mq_init_cpu_queues() 3826 __ctx->queue = q; in blk_mq_init_cpu_queues()
|
| /linux/drivers/crypto/intel/iaa/ |
| A D | iaa_crypto_main.c | 1023 bool free_desc, void *__ctx, in iaa_desc_complete() argument 1028 struct crypto_ctx *ctx = __ctx; in iaa_desc_complete()
|
| /linux/fs/nfsd/ |
| A D | nfs4recover.c | 271 nfsd4_build_namelist(struct dir_context *__ctx, const char *name, int namlen, in nfsd4_build_namelist() argument 275 container_of(__ctx, struct nfs4_dir_ctx, ctx); in nfsd4_build_namelist()
|
| /linux/net/netfilter/ |
| A D | nf_tables_api.c | 11118 static void nft_saw_register_store(const struct nft_ctx *__ctx, in nft_saw_register_store() argument 11122 struct nft_ctx *ctx = (struct nft_ctx *)__ctx; in nft_saw_register_store()
|