Searched refs:deflate_streams (Results 1 – 2 of 2) sorted by relevance
57 static struct crypto_acomp_streams deflate_streams = { variable122 s = crypto_acomp_lock_stream_bh(&deflate_streams); in deflate_compress()206 s = crypto_acomp_lock_stream_bh(&deflate_streams); in deflate_decompress()228 ret = crypto_acomp_alloc_streams(&deflate_streams); in deflate_init()252 crypto_acomp_free_streams(&deflate_streams); in deflate_mod_fini()
16 module_param_named(deflate_streams, z_erofs_deflate_nstrms, uint, 0444);