Searched refs:__ctx (Results 1 – 14 of 14) sorted by relevance
/linux-4.4.14/arch/sparc/include/asm/ |
D | mmu_64.h | 56 #define CTX_VALID(__ctx) \ argument 57 (!(((__ctx.sparc64_ctx_val) ^ tlb_context_cache) & CTX_VERSION_MASK)) 58 #define CTX_HWBITS(__ctx) ((__ctx.sparc64_ctx_val) & CTX_HW_MASK) argument 59 #define CTX_NRBITS(__ctx) ((__ctx.sparc64_ctx_val) & CTX_NR_MASK) argument
|
/linux-4.4.14/include/crypto/ |
D | pcrypt.h | 31 void *__ctx[] CRYPTO_MINALIGN_ATTR; member 36 return req->__ctx; in pcrypt_request_ctx()
|
D | hash.h | 63 void *__ctx[] CRYPTO_MINALIGN_ATTR; member 146 void *__ctx[] CRYPTO_MINALIGN_ATTR; member 362 return req->__ctx; in ahash_request_ctx() 746 return desc->__ctx; in shash_desc_ctx()
|
D | algapi.h | 48 void *__ctx[] CRYPTO_MINALIGN_ATTR; member 226 return inst->__ctx; in crypto_instance_ctx() 344 return req->__ctx; in ablkcipher_request_ctx()
|
D | aead.h | 97 void *__ctx[] CRYPTO_MINALIGN_ATTR; member
|
D | akcipher.h | 38 void *__ctx[] CRYPTO_MINALIGN_ATTR; member
|
D | skcipher.h | 39 void *__ctx[] CRYPTO_MINALIGN_ATTR; member
|
/linux-4.4.14/include/crypto/internal/ |
D | akcipher.h | 22 return req->__ctx; in akcipher_request_ctx()
|
D | skcipher.h | 117 return req->__ctx; in skcipher_request_ctx()
|
D | aead.h | 70 return req->__ctx; in aead_request_ctx()
|
/linux-4.4.14/block/ |
D | blk-mq.c | 1777 struct blk_mq_ctx *__ctx = per_cpu_ptr(q->queue_ctx, i); in blk_mq_init_cpu_queues() local 1780 memset(__ctx, 0, sizeof(*__ctx)); in blk_mq_init_cpu_queues() 1781 __ctx->cpu = i; in blk_mq_init_cpu_queues() 1782 spin_lock_init(&__ctx->lock); in blk_mq_init_cpu_queues() 1783 INIT_LIST_HEAD(&__ctx->rq_list); in blk_mq_init_cpu_queues() 1784 __ctx->queue = q; in blk_mq_init_cpu_queues()
|
/linux-4.4.14/arch/x86/crypto/sha-mb/ |
D | sha1_mb.c | 84 desc = container_of((void *) hash_ctx, struct shash_desc, __ctx); in cast_hash_to_mcryptd_ctx() 90 return container_of((void *) ctx, struct ahash_request, __ctx); in cast_mcryptd_ctx_to_req()
|
/linux-4.4.14/fs/nfsd/ |
D | nfs4recover.c | 248 nfsd4_build_namelist(struct dir_context *__ctx, const char *name, int namlen, in nfsd4_build_namelist() argument 252 container_of(__ctx, struct nfs4_dir_ctx, ctx); in nfsd4_build_namelist()
|
/linux-4.4.14/include/linux/ |
D | crypto.h | 173 void *__ctx[] CRYPTO_MINALIGN_ATTR; member
|