Home
last modified time | relevance | path

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

/linux-4.4.14/arch/sparc/include/asm/
Dmmu_64.h56 #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/
Dpcrypt.h31 void *__ctx[] CRYPTO_MINALIGN_ATTR; member
36 return req->__ctx; in pcrypt_request_ctx()
Dhash.h63 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()
Dalgapi.h48 void *__ctx[] CRYPTO_MINALIGN_ATTR; member
226 return inst->__ctx; in crypto_instance_ctx()
344 return req->__ctx; in ablkcipher_request_ctx()
Daead.h97 void *__ctx[] CRYPTO_MINALIGN_ATTR; member
Dakcipher.h38 void *__ctx[] CRYPTO_MINALIGN_ATTR; member
Dskcipher.h39 void *__ctx[] CRYPTO_MINALIGN_ATTR; member
/linux-4.4.14/include/crypto/internal/
Dakcipher.h22 return req->__ctx; in akcipher_request_ctx()
Dskcipher.h117 return req->__ctx; in skcipher_request_ctx()
Daead.h70 return req->__ctx; in aead_request_ctx()
/linux-4.4.14/block/
Dblk-mq.c1777 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/
Dsha1_mb.c84 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/
Dnfs4recover.c248 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/
Dcrypto.h173 void *__ctx[] CRYPTO_MINALIGN_ATTR; member