| /kernel/linux/linux-6.6/lib/zstd/compress/ |
| D | zstd_compress.c | 94 static void ZSTD_initCCtx(ZSTD_CCtx* cctx, ZSTD_customMem memManager) in ZSTD_initCCtx() 111 { ZSTD_CCtx* const cctx = (ZSTD_CCtx*)ZSTD_customMalloc(sizeof(ZSTD_CCtx), customMem); in ZSTD_createCCtx_advanced() local 121 ZSTD_CCtx* cctx; in ZSTD_initStaticCCtx() local 145 static void ZSTD_clearAllDicts(ZSTD_CCtx* cctx) in ZSTD_clearAllDicts() 161 static void ZSTD_freeCCtxContent(ZSTD_CCtx* cctx) in ZSTD_freeCCtxContent() 169 size_t ZSTD_freeCCtx(ZSTD_CCtx* cctx) in ZSTD_freeCCtx() 185 static size_t ZSTD_sizeof_mtctx(const ZSTD_CCtx* cctx) in ZSTD_sizeof_mtctx() 192 size_t ZSTD_sizeof_CCtx(const ZSTD_CCtx* cctx) in ZSTD_sizeof_CCtx() 621 size_t ZSTD_CCtx_setParameter(ZSTD_CCtx* cctx, ZSTD_cParameter param, int value) in ZSTD_CCtx_setParameter() 873 size_t ZSTD_CCtx_getParameter(ZSTD_CCtx const* cctx, ZSTD_cParameter param, int* value) in ZSTD_CCtx_getParameter() [all …]
|
| /kernel/linux/linux-5.10/drivers/misc/ |
| D | fastrpc.c | 197 struct fastrpc_channel_ctx *cctx; member 225 struct fastrpc_channel_ctx *cctx; member 338 struct fastrpc_channel_ctx *cctx; in fastrpc_channel_ctx_free() local 345 static void fastrpc_channel_ctx_get(struct fastrpc_channel_ctx *cctx) in fastrpc_channel_ctx_get() 350 static void fastrpc_channel_ctx_put(struct fastrpc_channel_ctx *cctx) in fastrpc_channel_ctx_put() 358 struct fastrpc_channel_ctx *cctx; in fastrpc_context_free() local 453 struct fastrpc_channel_ctx *cctx = user->cctx; in fastrpc_context_alloc() local 923 struct fastrpc_channel_ctx *cctx; in fastrpc_invoke_send() local 1132 struct fastrpc_channel_ctx *cctx) in fastrpc_session_alloc() 1151 static void fastrpc_session_free(struct fastrpc_channel_ctx *cctx, in fastrpc_session_free() [all …]
|
| /kernel/linux/linux-6.6/drivers/misc/ |
| D | fastrpc.c | 252 struct fastrpc_channel_ctx *cctx; member 287 struct fastrpc_channel_ctx *cctx; member 298 struct fastrpc_channel_ctx *cctx; member 463 struct fastrpc_channel_ctx *cctx; in fastrpc_channel_ctx_free() local 470 static void fastrpc_channel_ctx_get(struct fastrpc_channel_ctx *cctx) in fastrpc_channel_ctx_get() 475 static void fastrpc_channel_ctx_put(struct fastrpc_channel_ctx *cctx) in fastrpc_channel_ctx_put() 483 struct fastrpc_channel_ctx *cctx; in fastrpc_context_free() local 578 struct fastrpc_channel_ctx *cctx = user->cctx; in fastrpc_context_alloc() local 1109 struct fastrpc_channel_ctx *cctx; in fastrpc_invoke_send() local 1469 struct fastrpc_channel_ctx *cctx) in fastrpc_session_alloc() [all …]
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
| D | chan.c | 42 nvkm_chan_cctx_bind(struct nvkm_chan *chan, struct nvkm_engn *engn, struct nvkm_cctx *cctx) in nvkm_chan_cctx_bind() 75 struct nvkm_cctx *cctx = *pcctx; in nvkm_chan_cctx_put() local 98 struct nvkm_cctx *cctx; in nvkm_chan_cctx_get() local
|
| D | uchan.c | 70 struct nvkm_cctx *cctx; member 79 struct nvkm_cctx *cctx = uobj->cctx; in nvkm_uchan_object_fini_1() local 102 struct nvkm_cctx *cctx = uobj->cctx; in nvkm_uchan_object_init_0() local
|
| D | gv100.c | 92 gv100_ectx_bind(struct nvkm_engn *engn, struct nvkm_cctx *cctx, struct nvkm_chan *chan) in gv100_ectx_bind() 117 gv100_ectx_ce_bind(struct nvkm_engn *engn, struct nvkm_cctx *cctx, struct nvkm_chan *chan) in gv100_ectx_ce_bind()
|
| D | nv40.c | 125 nv40_ectx_bind(struct nvkm_engn *engn, struct nvkm_cctx *cctx, struct nvkm_chan *chan) in nv40_ectx_bind()
|
| D | g84.c | 106 g84_ectx_bind(struct nvkm_engn *engn, struct nvkm_cctx *cctx, struct nvkm_chan *chan) in g84_ectx_bind()
|
| D | nv50.c | 150 nv50_ectx_bind(struct nvkm_engn *engn, struct nvkm_cctx *cctx, struct nvkm_chan *chan) in nv50_ectx_bind()
|
| /kernel/linux/linux-5.10/lib/zstd/ |
| D | compress.c | 111 ZSTD_CCtx *cctx; in ZSTD_createCCtx_advanced() local 125 ZSTD_CCtx *cctx = ZSTD_createCCtx_advanced(stackMem); in ZSTD_initCCtx() local 132 size_t ZSTD_freeCCtx(ZSTD_CCtx *cctx) in ZSTD_freeCCtx() 143 static ZSTD_parameters ZSTD_getParamsFromCCtx(const ZSTD_CCtx *cctx) { return cctx->params; } in ZSTD_getParamsFromCCtx() 217 static size_t ZSTD_continueCCtx(ZSTD_CCtx *cctx, ZSTD_parameters params, U64 frameContentSize) in ZSTD_continueCCtx() 337 void ZSTD_invalidateRepCodes(ZSTD_CCtx *cctx) in ZSTD_invalidateRepCodes() 1008 void ZSTD_compressBlock_fast_generic(ZSTD_CCtx *cctx, const void *src, size_t srcSize, const U32 ml… in ZSTD_compressBlock_fast_generic() 1235 static void ZSTD_fillDoubleHashTable(ZSTD_CCtx *cctx, const void *end, const U32 mls) in ZSTD_fillDoubleHashTable() 1254 void ZSTD_compressBlock_doubleFast_generic(ZSTD_CCtx *cctx, const void *src, size_t srcSize, const … in ZSTD_compressBlock_doubleFast_generic() 2355 static size_t ZSTD_compress_generic(ZSTD_CCtx *cctx, void *dst, size_t dstCapacity, const void *src… in ZSTD_compress_generic() [all …]
|
| /kernel/linux/linux-6.6/lib/zstd/ |
| D | zstd_compress_module.c | 27 static size_t zstd_cctx_init(zstd_cctx *cctx, const zstd_parameters *parameters, in zstd_cctx_init() 96 size_t zstd_compress_cctx(zstd_cctx *cctx, void *dst, size_t dst_capacity, in zstd_compress_cctx()
|
| /kernel/linux/linux-6.6/drivers/pinctrl/intel/ |
| D | pinctrl-cherryview.c | 761 struct intel_community_context *cctx = &pctrl->context.communities[0]; in chv_gpio_request_enable() local 1269 struct intel_community_context *cctx = &pctrl->context.communities[0]; in chv_gpio_irq_startup() local 1302 struct intel_community_context *cctx = &pctrl->context.communities[0]; in chv_gpio_set_intr_line() local 1430 struct intel_community_context *cctx = &pctrl->context.communities[0]; in chv_gpio_irq_handler() local 1649 struct intel_community_context *cctx; in chv_pinctrl_probe() local 1746 struct intel_community_context *cctx = &pctrl->context.communities[0]; in chv_pinctrl_suspend_noirq() local 1776 struct intel_community_context *cctx = &pctrl->context.communities[0]; in chv_pinctrl_resume_noirq() local
|
| /kernel/linux/linux-5.10/crypto/ |
| D | camellia_generic.c | 971 struct camellia_ctx *cctx = crypto_tfm_ctx(tfm); in camellia_set_key() local 996 const struct camellia_ctx *cctx = crypto_tfm_ctx(tfm); in camellia_encrypt() local 1024 const struct camellia_ctx *cctx = crypto_tfm_ctx(tfm); in camellia_decrypt() local
|
| D | zstd.c | 21 ZSTD_CCtx *cctx; member
|
| /kernel/linux/linux-6.6/crypto/ |
| D | camellia_generic.c | 963 struct camellia_ctx *cctx = crypto_tfm_ctx(tfm); in camellia_set_key() local 988 const struct camellia_ctx *cctx = crypto_tfm_ctx(tfm); in camellia_encrypt() local 1014 const struct camellia_ctx *cctx = crypto_tfm_ctx(tfm); in camellia_decrypt() local
|
| D | zstd.c | 21 zstd_cctx *cctx; member
|
| /kernel/linux/linux-6.6/drivers/infiniband/hw/bnxt_re/ |
| D | main.c | 92 struct bnxt_qplib_chip_ctx *cctx; in bnxt_re_set_db_offset() local 128 struct bnxt_qplib_chip_ctx *cctx; in bnxt_re_set_drv_mode() local 419 struct bnxt_qplib_chip_ctx *cctx; in bnxt_re_hwrm_qcaps() local 445 struct bnxt_qplib_chip_ctx *cctx; in bnxt_re_hwrm_dbr_pacing_qcfg() local 1346 struct bnxt_qplib_chip_ctx *cctx; in bnxt_re_query_hwrm_intf_version() local
|
| D | qplib_res.h | 275 struct bnxt_qplib_chip_ctx *cctx; member 291 static inline bool bnxt_qplib_is_chip_gen_p5(struct bnxt_qplib_chip_ctx *cctx) in bnxt_qplib_is_chip_gen_p5() 304 static inline u8 bnxt_qplib_get_ring_type(struct bnxt_qplib_chip_ctx *cctx) in bnxt_qplib_get_ring_type() 468 struct bnxt_qplib_chip_ctx *cctx, in bnxt_qplib_ring_nq_db() 486 static inline u8 bnxt_qplib_dbr_pacing_en(struct bnxt_qplib_chip_ctx *cctx) in bnxt_qplib_dbr_pacing_en()
|
| /kernel/linux/linux-5.10/drivers/pinctrl/intel/ |
| D | pinctrl-cherryview.c | 809 struct intel_community_context *cctx = &pctrl->context.communities[0]; in chv_gpio_request_enable() local 1310 struct intel_community_context *cctx = &pctrl->context.communities[0]; in chv_gpio_irq_startup() local 1342 struct intel_community_context *cctx = &pctrl->context.communities[0]; in chv_gpio_irq_type() local 1404 struct intel_community_context *cctx = &pctrl->context.communities[0]; in chv_gpio_irq_handler() local 1718 struct intel_community_context *cctx = &pctrl->context.communities[0]; in chv_pinctrl_suspend_noirq() local 1748 struct intel_community_context *cctx = &pctrl->context.communities[0]; in chv_pinctrl_resume_noirq() local
|
| /kernel/linux/linux-5.10/drivers/infiniband/hw/bnxt_re/ |
| D | qplib_res.h | 261 struct bnxt_qplib_chip_ctx *cctx; member 272 static inline bool bnxt_qplib_is_chip_gen_p5(struct bnxt_qplib_chip_ctx *cctx) in bnxt_qplib_is_chip_gen_p5() 285 static inline u8 bnxt_qplib_get_ring_type(struct bnxt_qplib_chip_ctx *cctx) in bnxt_qplib_get_ring_type() 447 struct bnxt_qplib_chip_ctx *cctx, in bnxt_qplib_ring_nq_db()
|
| /kernel/linux/linux-5.10/fs/hmdfs/comm/ |
| D | crypto.c | 24 struct cipher_context *cctx = NULL; in tls_crypto_set_key() local
|
| /kernel/linux/linux-6.6/fs/hmdfs/comm/ |
| D | crypto.c | 24 struct cipher_context *cctx = NULL; in tls_crypto_set_key() local
|
| /kernel/linux/linux-6.6/arch/x86/crypto/ |
| D | camellia_glue.c | 1230 int __camellia_setkey(struct camellia_ctx *cctx, const unsigned char *key, in __camellia_setkey()
|
| /kernel/linux/linux-5.10/arch/x86/crypto/ |
| D | camellia_glue.c | 1229 int __camellia_setkey(struct camellia_ctx *cctx, const unsigned char *key, in __camellia_setkey()
|
| /kernel/linux/linux-5.10/drivers/crypto/mediatek/ |
| D | mtk-aes.c | 556 struct mtk_aes_ctr_ctx *cctx = mtk_aes_ctr_ctx_cast(ctx); in mtk_aes_ctr_transfer() local 604 struct mtk_aes_ctr_ctx *cctx = mtk_aes_ctr_ctx_cast(aes->ctx); in mtk_aes_ctr_start() local
|