Home
last modified time | relevance | path

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

/linux/include/crypto/
H A Dpcrypt.h19 void *__ctx[] CRYPTO_MINALIGN_ATTR; member
24 return req->__ctx; in pcrypt_request_ctx()
H A Dalgapi.h71 void *__ctx[] CRYPTO_MINALIGN_ATTR; member
222 return inst->__ctx; in crypto_instance_ctx()
H A Dkpp.h29 * @__ctx: Start of private context data
37 void *__ctx[] CRYPTO_MINALIGN_ATTR; member
H A Daead.h88 * @__ctx: Start of private context data
101 void *__ctx[] CRYPTO_MINALIGN_ATTR; member
/linux/include/trace/events/
H A Dnetfs.h547 struct netfs_inode *__ctx = netfs_inode(wreq->inode);
548 struct fscache_cookie *__cookie = netfs_i_cookie(__ctx);
579 struct netfs_inode *__ctx = netfs_inode(rreq->inode);
580 struct fscache_cookie *__cookie = netfs_i_cookie(__ctx);
/linux/include/crypto/internal/
H A Daead.h70 return req->__ctx; in aead_request_ctx()
H A Dkpp.h50 return req->__ctx; in kpp_request_ctx()
/linux/drivers/crypto/virtio/
H A Dvirtio_crypto_akcipher_algs.c71 __ctx); in virtio_crypto_dataq_akcipher_callback()
H A Dvirtio_crypto_skcipher_algs.c59 __ctx); in virtio_crypto_dataq_sym_callback()
/linux/drivers/gpu/drm/
H A Ddrm_gpuvm.c696 * int driver_gpuva_map(struct drm_gpuva_op *op, void *__ctx)
698 * struct driver_context *ctx = __ctx;
711 * int driver_gpuva_remap(struct drm_gpuva_op *op, void *__ctx)
713 * struct driver_context *ctx = __ctx;
734 * int driver_gpuva_unmap(struct drm_gpuva_op *op, void *__ctx)
/linux/crypto/
H A Dtestmgr.c1333 testmgr_poison(desc->__ctx, crypto_shash_descsize(tfm)); in test_shash_vec_cfg()
1413 testmgr_poison(desc->__ctx, crypto_shash_descsize(tfm)); in test_shash_vec_cfg()
1520 testmgr_poison(req->__ctx, crypto_ahash_reqsize(tfm)); in test_ahash_vec_cfg()
1593 testmgr_poison(req->__ctx, crypto_ahash_reqsize(tfm)); in test_ahash_vec_cfg()
2115 testmgr_poison(req->__ctx, crypto_aead_reqsize(tfm)); in test_aead_vec_cfg()
2866 testmgr_poison(req->__ctx, crypto_skcipher_reqsize(tfm)); in test_skcipher_vec_cfg()
/linux/block/
H A Dblk-mq.c4134 struct blk_mq_ctx *__ctx = per_cpu_ptr(q->queue_ctx, i); in blk_mq_init_cpu_queues() local
4138 __ctx->cpu = i; in blk_mq_init_cpu_queues()
4139 spin_lock_init(&__ctx->lock); in blk_mq_init_cpu_queues()
4141 INIT_LIST_HEAD(&__ctx->rq_lists[k]); in blk_mq_init_cpu_queues()
4143 __ctx->queue = q; in blk_mq_init_cpu_queues()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_ptp.c2081 * @__ctx: Context passed from ice_ptp_getcrosststamp
2090 void *__ctx) in ice_capture_crosststamp() argument
2092 struct ice_crosststamp_ctx *ctx = __ctx; in ice_capture_crosststamp()
/linux/net/netfilter/
H A Dnf_tables_api.c11654 static void nft_saw_register_store(const struct nft_ctx *__ctx, in nft_saw_register_store() argument
11658 struct nft_ctx *ctx = (struct nft_ctx *)__ctx; in nft_saw_register_store()