Home
last modified time | relevance | path

Searched refs:comp_stream (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/crypto/
H A Ddeflate.c38 struct z_stream_s comp_stream; member
45 struct z_stream_s *stream = &ctx->comp_stream; in deflate_comp_init()
98 zlib_deflateEnd(&ctx->comp_stream); in deflate_comp_exit()
99 vfree(ctx->comp_stream.workspace); in deflate_comp_exit()
181 struct z_stream_s *stream = &dctx->comp_stream; in __deflate_compress()
/kernel/linux/linux-6.6/crypto/
H A Ddeflate.c38 struct z_stream_s comp_stream; member
45 struct z_stream_s *stream = &ctx->comp_stream; in deflate_comp_init()
98 zlib_deflateEnd(&ctx->comp_stream); in deflate_comp_exit()
99 vfree(ctx->comp_stream.workspace); in deflate_comp_exit()
181 struct z_stream_s *stream = &dctx->comp_stream; in __deflate_compress()

Completed in 1 milliseconds