/Linux-v6.1/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-v6.1/include/crypto/ |
D | pcrypt.h | 19 void *__ctx[] CRYPTO_MINALIGN_ATTR; member 24 return req->__ctx; in pcrypt_request_ctx()
|
D | hash.h | 59 void *__ctx[] CRYPTO_MINALIGN_ATTR; member 152 void *__ctx[] __aligned(ARCH_SLAB_MINALIGN); 420 return req->__ctx; in ahash_request_ctx() 835 return desc->__ctx; in shash_desc_ctx()
|
D | algapi.h | 63 void *__ctx[] CRYPTO_MINALIGN_ATTR; member 206 return inst->__ctx; in crypto_instance_ctx()
|
D | acompress.h | 33 void *__ctx[] CRYPTO_MINALIGN_ATTR; member
|
D | aead.h | 100 void *__ctx[] CRYPTO_MINALIGN_ATTR; member
|
D | kpp.h | 33 void *__ctx[] CRYPTO_MINALIGN_ATTR; member
|
D | akcipher.h | 39 void *__ctx[] CRYPTO_MINALIGN_ATTR; member
|
D | skcipher.h | 38 void *__ctx[] CRYPTO_MINALIGN_ATTR; member
|
/Linux-v6.1/include/crypto/internal/ |
D | acompress.h | 18 return req->__ctx; in acomp_request_ctx()
|
D | kpp.h | 50 return req->__ctx; in kpp_request_ctx()
|
D | akcipher.h | 33 return req->__ctx; in akcipher_request_ctx()
|
D | aead.h | 65 return req->__ctx; in aead_request_ctx()
|
D | skcipher.h | 156 return req->__ctx; in skcipher_request_ctx()
|
/Linux-v6.1/crypto/ |
D | scompress.c | 227 *req->__ctx = ctx; in crypto_acomp_scomp_alloc_ctx() 238 void *ctx = *req->__ctx; in crypto_acomp_scomp_free_ctx()
|
D | testmgr.c | 1265 testmgr_poison(desc->__ctx, crypto_shash_descsize(tfm)); in test_shash_vec_cfg() 1345 testmgr_poison(desc->__ctx, crypto_shash_descsize(tfm)); in test_shash_vec_cfg() 1453 testmgr_poison(req->__ctx, crypto_ahash_reqsize(tfm)); in test_ahash_vec_cfg() 1526 testmgr_poison(req->__ctx, crypto_ahash_reqsize(tfm)); in test_ahash_vec_cfg() 2053 testmgr_poison(req->__ctx, crypto_aead_reqsize(tfm)); in test_aead_vec_cfg() 2810 testmgr_poison(req->__ctx, crypto_skcipher_reqsize(tfm)); in test_skcipher_vec_cfg()
|
/Linux-v6.1/drivers/scsi/qla2xxx/ |
D | qla_dfs.c | 525 _ctx_struct *__ctx = inode->i_private; \ 527 return single_open(file, qla_dfs_##_name##_show, __ctx); \ 541 _ctx_struct *__ctx = inode->i_private; \ 543 return single_open(file, qla_dfs_##_name##_show, __ctx); \
|
/Linux-v6.1/drivers/hwmon/ |
D | pwm-fan.c | 465 static void pwm_fan_cleanup(void *__ctx) in pwm_fan_cleanup() argument 467 struct pwm_fan_ctx *ctx = __ctx; in pwm_fan_cleanup()
|
/Linux-v6.1/block/ |
D | blk-mq.c | 3665 struct blk_mq_ctx *__ctx = per_cpu_ptr(q->queue_ctx, i); in blk_mq_init_cpu_queues() local 3669 __ctx->cpu = i; in blk_mq_init_cpu_queues() 3670 spin_lock_init(&__ctx->lock); in blk_mq_init_cpu_queues() 3672 INIT_LIST_HEAD(&__ctx->rq_lists[k]); in blk_mq_init_cpu_queues() 3674 __ctx->queue = q; in blk_mq_init_cpu_queues()
|
/Linux-v6.1/fs/nfsd/ |
D | nfs4recover.c | 270 nfsd4_build_namelist(struct dir_context *__ctx, const char *name, int namlen, in nfsd4_build_namelist() argument 274 container_of(__ctx, struct nfs4_dir_ctx, ctx); in nfsd4_build_namelist()
|