Home
last modified time | relevance | path

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

/openbmc/linux/arch/sparc/include/asm/
H A 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
/openbmc/linux/include/crypto/
H A Dpcrypt.h19 void *__ctx[] CRYPTO_MINALIGN_ATTR; member
24 return req->__ctx; in pcrypt_request_ctx()
H A Dhash.h82 void *__ctx[] CRYPTO_MINALIGN_ATTR; member
177 void *__ctx[] __aligned(ARCH_SLAB_MINALIGN);
451 return req->__ctx; in ahash_request_ctx()
887 return desc->__ctx; in shash_desc_ctx()
H A Dalgapi.h88 void *__ctx[] CRYPTO_MINALIGN_ATTR; member
226 return inst->__ctx; in crypto_instance_ctx()
H A Daead.h101 void *__ctx[] CRYPTO_MINALIGN_ATTR; member
H A Dacompress.h37 void *__ctx[] CRYPTO_MINALIGN_ATTR; member
H A Dkpp.h37 void *__ctx[] CRYPTO_MINALIGN_ATTR; member
H A Dakcipher.h41 void *__ctx[] CRYPTO_MINALIGN_ATTR; member
H A Dskcipher.h39 void *__ctx[] CRYPTO_MINALIGN_ATTR; member
/openbmc/linux/include/crypto/internal/
H A Dacompress.h58 return req->__ctx; in acomp_request_ctx()
H A Dkpp.h50 return req->__ctx; in kpp_request_ctx()
H A Dakcipher.h33 return req->__ctx; in akcipher_request_ctx()
H A Daead.h70 return req->__ctx; in aead_request_ctx()
H A Dskcipher.h176 return req->__ctx; in skcipher_request_ctx()
/openbmc/linux/crypto/
H A Dscompress.c226 *req->__ctx = ctx; in crypto_acomp_scomp_alloc_ctx()
237 void *ctx = *req->__ctx; in crypto_acomp_scomp_free_ctx()
H A Dtestmgr.c1316 testmgr_poison(desc->__ctx, crypto_shash_descsize(tfm)); in test_shash_vec_cfg()
1396 testmgr_poison(desc->__ctx, crypto_shash_descsize(tfm)); in test_shash_vec_cfg()
1504 testmgr_poison(req->__ctx, crypto_ahash_reqsize(tfm)); in test_ahash_vec_cfg()
1577 testmgr_poison(req->__ctx, crypto_ahash_reqsize(tfm)); in test_ahash_vec_cfg()
2112 testmgr_poison(req->__ctx, crypto_aead_reqsize(tfm)); in test_aead_vec_cfg()
2881 testmgr_poison(req->__ctx, crypto_skcipher_reqsize(tfm)); in test_skcipher_vec_cfg()
/openbmc/linux/drivers/scsi/qla2xxx/
H A Dqla_dfs.c623 _ctx_struct *__ctx = inode->i_private; \
625 return single_open(file, qla_dfs_##_name##_show, __ctx); \
639 _ctx_struct *__ctx = inode->i_private; \
641 return single_open(file, qla_dfs_##_name##_show, __ctx); \
/openbmc/linux/drivers/hwmon/
H A Dpwm-fan.c465 static void pwm_fan_cleanup(void *__ctx) in pwm_fan_cleanup() argument
467 struct pwm_fan_ctx *ctx = __ctx; in pwm_fan_cleanup()
/openbmc/linux/block/
H A Dblk-mq.c3888 struct blk_mq_ctx *__ctx = per_cpu_ptr(q->queue_ctx, i); in blk_mq_init_cpu_queues() local
3892 __ctx->cpu = i; in blk_mq_init_cpu_queues()
3893 spin_lock_init(&__ctx->lock); in blk_mq_init_cpu_queues()
3895 INIT_LIST_HEAD(&__ctx->rq_lists[k]); in blk_mq_init_cpu_queues()
3897 __ctx->queue = q; in blk_mq_init_cpu_queues()
/openbmc/linux/fs/nfsd/
H A 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()