Searched refs:crypto_acomp_lock_stream_bh (Results 1 – 4 of 4) sorted by relevance
121 s = crypto_acomp_lock_stream_bh(&deflate_streams); in deflate_compress()202 s = crypto_acomp_lock_stream_bh(&deflate_streams); in deflate_decompress()
116 s = crypto_acomp_lock_stream_bh(&zstd_streams); in zstd_compress()225 s = crypto_acomp_lock_stream_bh(&zstd_streams); in zstd_decompress()
452 struct crypto_acomp_stream *crypto_acomp_lock_stream_bh( in crypto_acomp_lock_stream_bh() function472 EXPORT_SYMBOL_GPL(crypto_acomp_lock_stream_bh);
235 stream = crypto_acomp_lock_stream_bh(&crypto_scomp_alg(scomp)->streams); in scomp_acomp_comp_decomp()
Completed in 7 milliseconds