Home
last modified time | relevance | path

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

/linux/crypto/
H A Dzstd.c62 static struct crypto_acomp_streams zstd_streams = { variable
72 ret = crypto_acomp_alloc_streams(&zstd_streams); in zstd_init()
111 s = crypto_acomp_lock_stream_bh(&zstd_streams); in zstd_compress()
220 s = crypto_acomp_lock_stream_bh(&zstd_streams); in zstd_decompress()
307 crypto_acomp_free_streams(&zstd_streams); in zstd_mod_fini()
/linux/fs/erofs/
H A Ddecompressor_zstd.c18 module_param_named(zstd_streams, z_erofs_zstd_nstrms, uint, 0444);