Home
last modified time | relevance | path

Searched defs:zctx (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/block/zram/
H A Dbackend_lz4.c29 struct lz4_ctx *zctx = ctx->context; in lz4_destroy() local
42 struct lz4_ctx *zctx; in lz4_create() local
73 struct lz4_ctx *zctx = ctx->context; in lz4_compress() local
98 struct lz4_ctx *zctx = ctx->context; in lz4_decompress() local
H A Dbackend_lz4hc.c29 struct lz4hc_ctx *zctx = ctx->context; in lz4hc_destroy() local
42 struct lz4hc_ctx *zctx; in lz4hc_create() local
73 struct lz4hc_ctx *zctx = ctx->context; in lz4hc_compress() local
99 struct lz4hc_ctx *zctx = ctx->context; in lz4hc_decompress() local
H A Dbackend_deflate.c33 struct deflate_ctx *zctx = ctx->context; in deflate_destroy() local
51 struct deflate_ctx *zctx; in deflate_create() local
90 struct deflate_ctx *zctx = ctx->context; in deflate_compress() local
116 struct deflate_ctx *zctx = ctx->context; in deflate_decompress() local
H A Dbackend_zstd.c103 struct zstd_ctx *zctx = ctx->context; in zstd_destroy() local
130 struct zstd_ctx *zctx; in zstd_create() local
182 struct zstd_ctx *zctx = ctx->context; in zstd_compress() local
203 struct zstd_ctx *zctx = ctx->context; in zstd_decompress() local
/linux/crypto/
H A Dzstd.c154 struct zstd_ctx *zctx = ctx; in __zstd_compress() local
183 struct zstd_ctx *zctx = ctx; in __zstd_decompress() local