Home
last modified time | relevance | path

Searched refs:zstd_ctx (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/block/zram/
H A Dbackend_zstd.c10 struct zstd_ctx { struct
94 struct zstd_ctx *zctx = ctx->context; in zstd_destroy()
121 struct zstd_ctx *zctx; in zstd_create()
173 struct zstd_ctx *zctx = ctx->context; in zstd_compress()
194 struct zstd_ctx *zctx = ctx->context; in zstd_decompress()
/linux/crypto/
H A Dzstd.c24 struct zstd_ctx { struct
37 struct zstd_ctx *ctx; in zstd_alloc_stream() argument
78 static int zstd_compress_one(struct acomp_req *req, struct zstd_ctx *ctx, in zstd_compress_one()
106 struct zstd_ctx *ctx; in zstd_compress()
190 static int zstd_decompress_one(struct acomp_req *req, struct zstd_ctx *ctx, in zstd_decompress_one()
216 struct zstd_ctx *ctx; in zstd_decompress()