Home
last modified time | relevance | path

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

/linux-6.15/lib/zstd/
H A Dzstd_decompress_module.c47 zstd_dctx *zstd_create_dctx_advanced(zstd_custom_mem custom_mem) in zstd_create_dctx_advanced() function
51 EXPORT_SYMBOL(zstd_create_dctx_advanced);
/linux-6.15/include/linux/
H A Dzstd.h385 zstd_dctx *zstd_create_dctx_advanced(zstd_custom_mem custom_mem);
/linux-6.15/drivers/block/zram/
H A Dbackend_zstd.c156 zctx->dctx = zstd_create_dctx_advanced(zp->custom_mem); in zstd_create()