Searched refs:__ctx (Results 1 – 13 of 13) sorted by relevance
| /linux/include/crypto/ |
| H A D | pcrypt.h | 19 void *__ctx[] CRYPTO_MINALIGN_ATTR; member 24 return req->__ctx; in pcrypt_request_ctx()
|
| H A D | algapi.h | 71 void *__ctx[] CRYPTO_MINALIGN_ATTR; member 222 return inst->__ctx; in crypto_instance_ctx()
|
| H A D | kpp.h | 37 void *__ctx[] CRYPTO_MINALIGN_ATTR; member
|
| H A D | aead.h | 101 void *__ctx[] CRYPTO_MINALIGN_ATTR; member
|
| /linux/include/crypto/internal/ |
| H A D | kpp.h | 50 return req->__ctx; in kpp_request_ctx()
|
| H A D | aead.h | 70 return req->__ctx; in aead_request_ctx()
|
| H A D | skcipher.h | 247 return req->__ctx; in skcipher_request_ctx()
|
| /linux/include/trace/events/ |
| H A D | netfs.h | 545 struct netfs_inode *__ctx = netfs_inode(wreq->inode); 546 struct fscache_cookie *__cookie = netfs_i_cookie(__ctx); 577 struct netfs_inode *__ctx = netfs_inode(rreq->inode); 578 struct fscache_cookie *__cookie = netfs_i_cookie(__ctx);
|
| /linux/crypto/ |
| H A D | testmgr.c | 1333 testmgr_poison(desc->__ctx, crypto_shash_descsize(tfm)); in test_shash_vec_cfg() 1413 testmgr_poison(desc->__ctx, crypto_shash_descsize(tfm)); in test_shash_vec_cfg() 1520 testmgr_poison(req->__ctx, crypto_ahash_reqsize(tfm)); in test_ahash_vec_cfg() 1593 testmgr_poison(req->__ctx, crypto_ahash_reqsize(tfm)); in test_ahash_vec_cfg() 2115 testmgr_poison(req->__ctx, crypto_aead_reqsize(tfm)); in test_aead_vec_cfg() 2866 testmgr_poison(req->__ctx, crypto_skcipher_reqsize(tfm)); in test_skcipher_vec_cfg()
|
| /linux/block/ |
| H A D | blk-mq.c | 4084 struct blk_mq_ctx *__ctx = per_cpu_ptr(q->queue_ctx, i); in blk_mq_init_cpu_queues() local 4088 __ctx->cpu = i; in blk_mq_init_cpu_queues() 4089 spin_lock_init(&__ctx->lock); in blk_mq_init_cpu_queues() 4091 INIT_LIST_HEAD(&__ctx->rq_lists[k]); in blk_mq_init_cpu_queues() 4093 __ctx->queue = q; in blk_mq_init_cpu_queues()
|
| /linux/drivers/crypto/intel/iaa/ |
| H A D | iaa_crypto_main.c | 1017 bool free_desc, void *__ctx, in iaa_desc_complete() argument 1022 struct crypto_ctx *ctx = __ctx; in iaa_desc_complete()
|
| /linux/fs/nfsd/ |
| H A D | nfs4recover.c | 196 nfsd4_build_namelist(struct dir_context *__ctx, const char *name, int namlen, in nfsd4_build_namelist() argument 200 container_of(__ctx, struct nfs4_dir_ctx, ctx); in nfsd4_build_namelist()
|
| /linux/net/netfilter/ |
| H A D | nf_tables_api.c | 11722 static void nft_saw_register_store(const struct nft_ctx *__ctx, in nft_parse_register_store() 11726 struct nft_ctx *ctx = (struct nft_ctx *)__ctx; in nft_parse_register_store() 11663 nft_saw_register_store(const struct nft_ctx * __ctx,int reg,unsigned int len) nft_saw_register_store() argument
|