crypto_acomp_free_streams
EXPORT_SYMBOL_GPL(crypto_acomp_free_streams);
crypto_acomp_free_streams(&deflate_streams);
crypto_acomp_free_streams(&scomp->streams);
crypto_acomp_free_streams(&zstd_streams);
void crypto_acomp_free_streams(struct crypto_acomp_streams *s);