Home
last modified time | relevance | path

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

/linux/drivers/block/zram/
H A Dbackend_zstd.c10 struct zstd_ctx { struct
11 zstd_cctx *cctx;
12 zstd_dctx *dctx;
13 void *cctx_mem;
14 void *dctx_mem;
/linux/crypto/
H A Dzstd.c24 struct zstd_ctx { struct
37 struct zstd_ctx *ctx; in zstd_alloc_stream() argument