Home
last modified time | relevance | path

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

/Linux-v5.15/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-v5.15/include/crypto/
Dpcrypt.h19 void *__ctx[] CRYPTO_MINALIGN_ATTR; member
24 return req->__ctx; in pcrypt_request_ctx()
Dhash.h59 void *__ctx[] CRYPTO_MINALIGN_ATTR; member
152 void *__ctx[] __aligned(ARCH_SLAB_MINALIGN);
420 return req->__ctx; in ahash_request_ctx()
833 return desc->__ctx; in shash_desc_ctx()
Dalgapi.h58 void *__ctx[] CRYPTO_MINALIGN_ATTR; member
197 return inst->__ctx; in crypto_instance_ctx()
Dacompress.h33 void *__ctx[] CRYPTO_MINALIGN_ATTR; member
Daead.h98 void *__ctx[] CRYPTO_MINALIGN_ATTR; member
Dkpp.h33 void *__ctx[] CRYPTO_MINALIGN_ATTR; member
Dakcipher.h39 void *__ctx[] CRYPTO_MINALIGN_ATTR; member
Dskcipher.h34 void *__ctx[] CRYPTO_MINALIGN_ATTR; member
/Linux-v5.15/include/crypto/internal/
Dkpp.h18 return req->__ctx; in kpp_request_ctx()
Dacompress.h18 return req->__ctx; in acomp_request_ctx()
Dakcipher.h33 return req->__ctx; in akcipher_request_ctx()
Daead.h65 return req->__ctx; in aead_request_ctx()
Dskcipher.h156 return req->__ctx; in skcipher_request_ctx()
/Linux-v5.15/crypto/
Dscompress.c227 *req->__ctx = ctx; in crypto_acomp_scomp_alloc_ctx()
238 void *ctx = *req->__ctx; in crypto_acomp_scomp_free_ctx()
Dtestmgr.c1218 testmgr_poison(desc->__ctx, crypto_shash_descsize(tfm)); in test_shash_vec_cfg()
1298 testmgr_poison(desc->__ctx, crypto_shash_descsize(tfm)); in test_shash_vec_cfg()
1406 testmgr_poison(req->__ctx, crypto_ahash_reqsize(tfm)); in test_ahash_vec_cfg()
1479 testmgr_poison(req->__ctx, crypto_ahash_reqsize(tfm)); in test_ahash_vec_cfg()
2003 testmgr_poison(req->__ctx, crypto_aead_reqsize(tfm)); in test_aead_vec_cfg()
2759 testmgr_poison(req->__ctx, crypto_skcipher_reqsize(tfm)); in test_skcipher_vec_cfg()
/Linux-v5.15/drivers/hwmon/
Dpwm-fan.c288 static void pwm_fan_pwm_disable(void *__ctx) in pwm_fan_pwm_disable() argument
290 struct pwm_fan_ctx *ctx = __ctx; in pwm_fan_pwm_disable()
/Linux-v5.15/block/
Dblk-mq.c2833 struct blk_mq_ctx *__ctx = per_cpu_ptr(q->queue_ctx, i); in blk_mq_init_cpu_queues() local
2837 __ctx->cpu = i; in blk_mq_init_cpu_queues()
2838 spin_lock_init(&__ctx->lock); in blk_mq_init_cpu_queues()
2840 INIT_LIST_HEAD(&__ctx->rq_lists[k]); in blk_mq_init_cpu_queues()
2842 __ctx->queue = q; in blk_mq_init_cpu_queues()
/Linux-v5.15/fs/nfsd/
Dnfs4recover.c270 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()