Home
last modified time | relevance | path

Searched refs:zstd_custom_mem (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dzstd.h88 * struct zstd_custom_mem - custom memory allocation
90 typedef ZSTD_customMem zstd_custom_mem; typedef
250 zstd_cctx *zstd_create_cctx_advanced(zstd_custom_mem custom_mem);
282 zstd_custom_mem custom_mem);
370 zstd_custom_mem custom_mem);
385 zstd_dctx *zstd_create_dctx_advanced(zstd_custom_mem custom_mem);
/linux/lib/zstd/
H A Dzstd_compress_module.c162 zstd_cctx *zstd_create_cctx_advanced(zstd_custom_mem custom_mem) in zstd_create_cctx_advanced()
176 zstd_custom_mem custom_mem) in zstd_create_cdict_byreference()
/linux/drivers/block/zram/
H A Dbackend_zstd.c18 zstd_custom_mem custom_mem;
25 * For C/D dictionaries we need to provide zstd with zstd_custom_mem,