Home
last modified time | relevance | path

Searched refs:__ctx (Results 1 – 22 of 22) sorted by relevance

/Linux-v4.19/arch/sparc/include/asm/
Dmmu_64.h57 #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/
Dpcrypt.h31 void *__ctx[] CRYPTO_MINALIGN_ATTR; member
36 return req->__ctx; in pcrypt_request_ctx()
Dhash.h64 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()
Dalgapi.h55 void *__ctx[] CRYPTO_MINALIGN_ATTR; member
274 return inst->__ctx; in crypto_instance_ctx()
374 return req->__ctx; in ablkcipher_request_ctx()
Dacompress.h38 void *__ctx[] CRYPTO_MINALIGN_ATTR; member
Dkpp.h38 void *__ctx[] CRYPTO_MINALIGN_ATTR; member
Dakcipher.h38 void *__ctx[] CRYPTO_MINALIGN_ATTR; member
Daead.h97 void *__ctx[] CRYPTO_MINALIGN_ATTR; member
Dskcipher.h39 void *__ctx[] CRYPTO_MINALIGN_ATTR; member
/Linux-v4.19/include/crypto/internal/
Dkpp.h23 return req->__ctx; in kpp_request_ctx()
Dacompress.h23 return req->__ctx; in acomp_request_ctx()
Dakcipher.h38 return req->__ctx; in akcipher_request_ctx()
Daead.h70 return req->__ctx; in aead_request_ctx()
Dskcipher.h176 return req->__ctx; in skcipher_request_ctx()
/Linux-v4.19/crypto/
Dscompress.c250 *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/
Dcrypto_engine.rst20 So using container_of for accessing __ctx is impossible.
/Linux-v4.19/arch/x86/crypto/sha1-mb/
Dsha1_mb.c85 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/
Dsha256_mb.c85 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/
Dsha512_mb.c85 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/
Dblk-mq.c2249 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/
Dnfs4recover.c254 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/
Dcrypto.h190 void *__ctx[] CRYPTO_MINALIGN_ATTR; member