Home
last modified time | relevance | path

Searched defs:cctx (Results 1 – 16 of 16) sorted by relevance

/linux/lib/zstd/
H A Dzstd_compress_module.c28 static size_t zstd_cctx_init(zstd_cctx *cctx, const zstd_parameters *parameters, in zstd_cctx_init()
96 size_t zstd_cctx_set_param(zstd_cctx *cctx, ZSTD_cParameter param, int value) in zstd_cctx_set_param()
168 size_t zstd_free_cctx(zstd_cctx *cctx) in zstd_free_cctx()
189 size_t zstd_compress_cctx(zstd_cctx *cctx, void *dst, size_t dst_capacity, in zstd_compress_cctx()
197 size_t zstd_compress_using_cdict(zstd_cctx *cctx, void *dst, in zstd_compress_using_cdict()
266 zstd_cctx *cctx, in zstd_register_sequence_producer()
274 size_t zstd_compress_sequences_and_literals(zstd_cctx *cctx, void* dst, size_t dst_capacity, in zstd_compress_sequences_and_literals()
/linux/lib/zstd/compress/
H A Dzstd_compress.c100 static void ZSTD_initCCtx(ZSTD_CCtx* cctx, ZSTD_customMem memManager) in ZSTD_initCCtx()
117 { ZSTD_CCtx* const cctx = (ZSTD_CCtx*)ZSTD_customMalloc(sizeof(ZSTD_CCtx), customMem); in ZSTD_createCCtx_advanced() local
127 ZSTD_CCtx* cctx; in ZSTD_initStaticCCtx() local
152 static void ZSTD_clearAllDicts(ZSTD_CCtx* cctx) in ZSTD_clearAllDicts()
168 static void ZSTD_freeCCtxContent(ZSTD_CCtx* cctx) in ZSTD_freeCCtxContent()
176 size_t ZSTD_freeCCtx(ZSTD_CCtx* cctx) in ZSTD_freeCCtx()
190 static size_t ZSTD_sizeof_mtctx(const ZSTD_CCtx* cctx) in ZSTD_sizeof_mtctx()
197 size_t ZSTD_sizeof_CCtx(const ZSTD_CCtx* cctx) in ZSTD_sizeof_CCtx()
690 size_t ZSTD_CCtx_setParameter(ZSTD_CCtx* cctx, ZSTD_cParameter param, int value) in ZSTD_CCtx_setParameter()
977 size_t ZSTD_CCtx_getParameter(ZSTD_CCtx const* cctx, ZSTD_cParameter param, int* value) in ZSTD_CCtx_getParameter()
[all …]
/linux/tools/testing/selftests/bpf/progs/
H A Dcrypto_basic.c21 struct bpf_crypto_ctx *cctx; in crypto_release() local
47 struct bpf_crypto_ctx *cctx; in crypto_acquire() local
H A Dcrypto_bench.c24 struct bpf_crypto_ctx *cctx; in crypto_setup() local
H A Dcrypto_sanity.c61 struct bpf_crypto_ctx *cctx; in skb_crypto_setup() local
/linux/drivers/misc/
H A Dfastrpc.c250 struct fastrpc_channel_ctx *cctx; member
291 struct fastrpc_channel_ctx *cctx; member
302 struct fastrpc_channel_ctx *cctx; member
316 static inline dma_addr_t fastrpc_ipa_to_dma_addr(struct fastrpc_channel_ctx *cctx, dma_addr_t iova) in fastrpc_ipa_to_dma_addr()
327 static inline u64 fastrpc_sid_offset(struct fastrpc_channel_ctx *cctx, in fastrpc_sid_offset()
483 struct fastrpc_channel_ctx *cctx; in fastrpc_channel_ctx_free() local
490 static void fastrpc_channel_ctx_get(struct fastrpc_channel_ctx *cctx) in fastrpc_channel_ctx_get()
495 static void fastrpc_channel_ctx_put(struct fastrpc_channel_ctx *cctx) in fastrpc_channel_ctx_put()
503 struct fastrpc_channel_ctx *cctx; in fastrpc_context_free() local
598 struct fastrpc_channel_ctx *cctx = user->cctx; in fastrpc_context_alloc() local
[all …]
/linux/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Dchan.c41 nvkm_chan_cctx_bind(struct nvkm_chan *chan, struct nvkm_engn *engn, struct nvkm_cctx *cctx) in nvkm_chan_cctx_bind()
74 struct nvkm_cctx *cctx = *pcctx; in nvkm_chan_cctx_put() local
97 struct nvkm_cctx *cctx; in nvkm_chan_cctx_get() local
H A Duchan.c70 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
H A Dg84.c106 g84_ectx_bind(struct nvkm_engn *engn, struct nvkm_cctx *cctx, struct nvkm_chan *chan) in g84_ectx_bind()
/linux/drivers/block/zram/
H A Dbackend_deflate.c15 struct z_stream_s cctx; member
H A Dbackend_zstd.c11 zstd_cctx *cctx; member
/linux/crypto/
H A Dzstd.c25 zstd_cctx *cctx; member
/linux/drivers/infiniband/hw/bng_re/
H A Dbng_dev.c218 struct bng_re_chip_ctx *cctx; in bng_re_query_hwrm_version() local
/linux/net/tls/
H A Dtls_main.c442 struct cipher_context *cctx; in do_tls_getsockopt_conf() local
H A Dtls_sw.c2799 struct cipher_context *cctx; in tls_set_sw_offload() local
/linux/fs/smb/client/
H A Dsmb2pdu.c3233 struct create_context *cctx = in SMB2_open_init() local