Home
last modified time | relevance | path

Searched refs:deflate (Results 1 – 10 of 10) sorted by relevance

/linux-6.15/drivers/block/zram/
H A Dbackend_deflate.c91 struct z_stream_s *deflate; in deflate_compress() local
94 deflate = &zctx->cctx; in deflate_compress()
95 ret = zlib_deflateReset(deflate); in deflate_compress()
99 deflate->next_in = (u8 *)req->src; in deflate_compress()
100 deflate->avail_in = req->src_len; in deflate_compress()
101 deflate->next_out = (u8 *)req->dst; in deflate_compress()
102 deflate->avail_out = req->dst_len; in deflate_compress()
104 ret = zlib_deflate(deflate, Z_FINISH); in deflate_compress()
108 req->dst_len = deflate->total_out; in deflate_compress()
H A DKconfig36 bool "deflate compression support"
86 bool "deflate"
103 default "deflate" if ZRAM_DEF_COMP_DEFLATE
/linux-6.15/lib/zlib_deflate/
H A DMakefile12 zlib_deflate-objs := deflate.o deftree.o deflate_syms.o
/linux-6.15/Documentation/driver-api/crypto/iaa/
H A Diaa-crypto.rst25 represented by selecting the 'deflate-iaa' crypto compression
28 # echo deflate-iaa > /sys/module/zswap/parameters/compressor
38 'deflate-iaa'. (Because the IAA hardware has a 4k history-window
40 <= 4k history window, are technically compliant with the deflate spec,
42 the IAA fixed mode deflate algorithm is given its own algorithm name
43 rather than simply 'deflate').
139 configuration, and then re-register the deflate-iaa algorithm with the
320 to have the new configuration applied to the deflate-iaa crypto
478 # echo deflate-iaa > /sys/module/zswap/parameters/compressor
627 echo deflate-iaa > /sys/module/zswap/parameters/compressor
/linux-6.15/fs/pstore/
H A DKconfig25 bool "Pstore compression (deflate)"
32 the backing store. This is implemented using the zlib 'deflate'
/linux-6.15/crypto/
H A DMakefile153 obj-$(CONFIG_CRYPTO_DEFLATE) += deflate.o
/linux-6.15/Documentation/admin-guide/blockdev/
H A Dzram.rst453 #select deflate recompression algorithm, priority 2
454 echo "algo=deflate priority=2" > /sys/block/zramX/recomp_algorithm
/linux-6.15/Documentation/arch/powerpc/
H A Dvas-api.rst93 Applications that use inflate / deflate calls can link with libnxz
/linux-6.15/mm/
H A DKconfig120 default "deflate" if ZSWAP_COMPRESSOR_DEFAULT_DEFLATE
/linux-6.15/Documentation/admin-guide/
H A Dkernel-parameters.txt1133 def_only: s390 zlib hardware support for deflate