Searched refs:deflate (Results 1 – 10 of 10) sorted by relevance
91 struct z_stream_s *deflate; in deflate_compress() local94 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()
36 bool "deflate compression support"86 bool "deflate"103 default "deflate" if ZRAM_DEF_COMP_DEFLATE
12 zlib_deflate-objs := deflate.o deftree.o deflate_syms.o
25 represented by selecting the 'deflate-iaa' crypto compression28 # echo deflate-iaa > /sys/module/zswap/parameters/compressor38 'deflate-iaa'. (Because the IAA hardware has a 4k history-window40 <= 4k history window, are technically compliant with the deflate spec,42 the IAA fixed mode deflate algorithm is given its own algorithm name43 rather than simply 'deflate').139 configuration, and then re-register the deflate-iaa algorithm with the320 to have the new configuration applied to the deflate-iaa crypto478 # echo deflate-iaa > /sys/module/zswap/parameters/compressor627 echo deflate-iaa > /sys/module/zswap/parameters/compressor
25 bool "Pstore compression (deflate)"32 the backing store. This is implemented using the zlib 'deflate'
153 obj-$(CONFIG_CRYPTO_DEFLATE) += deflate.o
453 #select deflate recompression algorithm, priority 2454 echo "algo=deflate priority=2" > /sys/block/zramX/recomp_algorithm
93 Applications that use inflate / deflate calls can link with libnxz
120 default "deflate" if ZSWAP_COMPRESSOR_DEFAULT_DEFLATE
1133 def_only: s390 zlib hardware support for deflate