Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/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
141 void *__ctx[] CRYPTO_MINALIGN_ATTR; member
343 return req->__ctx; in ahash_request_ctx()
727 return desc->__ctx; in shash_desc_ctx()
Dalgapi.h45 void *__ctx[] CRYPTO_MINALIGN_ATTR; member
223 return inst->__ctx; in crypto_instance_ctx()
357 return req->__ctx; in ablkcipher_request_ctx()
368 return req->__ctx; in aead_request_ctx()
/linux-4.1.27/block/
Dblk-mq.c1749 struct blk_mq_ctx *__ctx = per_cpu_ptr(q->queue_ctx, i); in blk_mq_init_cpu_queues() local
1752 memset(__ctx, 0, sizeof(*__ctx)); in blk_mq_init_cpu_queues()
1753 __ctx->cpu = i; in blk_mq_init_cpu_queues()
1754 spin_lock_init(&__ctx->lock); in blk_mq_init_cpu_queues()
1755 INIT_LIST_HEAD(&__ctx->rq_list); in blk_mq_init_cpu_queues()
1756 __ctx->queue = q; in blk_mq_init_cpu_queues()
/linux-4.1.27/arch/x86/crypto/sha-mb/
Dsha1_mb.c87 desc = container_of((void *) hash_ctx, struct shash_desc, __ctx); in cast_hash_to_mcryptd_ctx()
93 return container_of((void *) ctx, struct ahash_request, __ctx); in cast_mcryptd_ctx_to_req()
/linux-4.1.27/include/linux/
Dcrypto.h175 void *__ctx[] CRYPTO_MINALIGN_ATTR; member
201 void *__ctx[] CRYPTO_MINALIGN_ATTR; member
/linux-4.1.27/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()