/Linux-v4.19/arch/sparc/include/asm/ |
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-v4.19/include/crypto/ |
D | pcrypt.h | 31 void *__ctx[] CRYPTO_MINALIGN_ATTR; member 36 return req->__ctx; in pcrypt_request_ctx()
|
D | hash.h | 64 void *__ctx[] CRYPTO_MINALIGN_ATTR; member 151 void *__ctx[] CRYPTO_MINALIGN_ATTR; member 394 return req->__ctx; in ahash_request_ctx() 797 return desc->__ctx; in shash_desc_ctx()
|
D | algapi.h | 55 void *__ctx[] CRYPTO_MINALIGN_ATTR; member 274 return inst->__ctx; in crypto_instance_ctx() 374 return req->__ctx; in ablkcipher_request_ctx()
|
D | acompress.h | 38 void *__ctx[] CRYPTO_MINALIGN_ATTR; member
|
D | kpp.h | 38 void *__ctx[] CRYPTO_MINALIGN_ATTR; member
|
D | akcipher.h | 38 void *__ctx[] CRYPTO_MINALIGN_ATTR; member
|
D | aead.h | 97 void *__ctx[] CRYPTO_MINALIGN_ATTR; member
|
D | skcipher.h | 39 void *__ctx[] CRYPTO_MINALIGN_ATTR; member
|
/Linux-v4.19/include/crypto/internal/ |
D | kpp.h | 23 return req->__ctx; in kpp_request_ctx()
|
D | acompress.h | 23 return req->__ctx; in acomp_request_ctx()
|
D | akcipher.h | 38 return req->__ctx; in akcipher_request_ctx()
|
D | aead.h | 70 return req->__ctx; in aead_request_ctx()
|
D | skcipher.h | 176 return req->__ctx; in skcipher_request_ctx()
|
/Linux-v4.19/crypto/ |
D | scompress.c | 250 *req->__ctx = ctx; in crypto_acomp_scomp_alloc_ctx() 261 void *ctx = *req->__ctx; in crypto_acomp_scomp_free_ctx()
|
/Linux-v4.19/Documentation/crypto/ |
D | crypto_engine.rst | 20 So using container_of for accessing __ctx is impossible.
|
/Linux-v4.19/arch/x86/crypto/sha1-mb/ |
D | sha1_mb.c | 85 areq = container_of((void *) hash_ctx, struct ahash_request, __ctx); in cast_hash_to_mcryptd_ctx() 92 return container_of((void *) ctx, struct ahash_request, __ctx); in cast_mcryptd_ctx_to_req()
|
/Linux-v4.19/arch/x86/crypto/sha256-mb/ |
D | sha256_mb.c | 85 areq = container_of((void *) hash_ctx, struct ahash_request, __ctx); in cast_hash_to_mcryptd_ctx() 92 return container_of((void *) ctx, struct ahash_request, __ctx); in cast_mcryptd_ctx_to_req()
|
/Linux-v4.19/arch/x86/crypto/sha512-mb/ |
D | sha512_mb.c | 85 areq = container_of((void *) hash_ctx, struct ahash_request, __ctx); in cast_hash_to_mcryptd_ctx() 92 return container_of((void *) ctx, struct ahash_request, __ctx); in cast_mcryptd_ctx_to_req()
|
/Linux-v4.19/block/ |
D | blk-mq.c | 2249 struct blk_mq_ctx *__ctx = per_cpu_ptr(q->queue_ctx, i); in blk_mq_init_cpu_queues() local 2252 __ctx->cpu = i; in blk_mq_init_cpu_queues() 2253 spin_lock_init(&__ctx->lock); in blk_mq_init_cpu_queues() 2254 INIT_LIST_HEAD(&__ctx->rq_list); in blk_mq_init_cpu_queues() 2255 __ctx->queue = q; in blk_mq_init_cpu_queues()
|
/Linux-v4.19/fs/nfsd/ |
D | nfs4recover.c | 254 nfsd4_build_namelist(struct dir_context *__ctx, const char *name, int namlen, in nfsd4_build_namelist() argument 258 container_of(__ctx, struct nfs4_dir_ctx, ctx); in nfsd4_build_namelist()
|
/Linux-v4.19/include/linux/ |
D | crypto.h | 190 void *__ctx[] CRYPTO_MINALIGN_ATTR; member
|