Home
last modified time | relevance | path

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

/linux/drivers/block/zram/
H A Dbackend_deflate.c40 if (params->deflate.winbits == ZCOMP_PARAM_NOT_SET) { in deflate_setup_params()
41 params->deflate.winbits = DEFLATE_DEF_WINBITS; in deflate_setup_params()
43 s32 wb = params->deflate.winbits; in deflate_setup_params()
83 sz = zlib_deflate_workspacesize(params->deflate.winbits, MAX_MEM_LEVEL); in deflate_create()
89 params->deflate.winbits, DEFLATE_DEF_MEMLEVEL, in deflate_create()
99 ret = zlib_inflateInit2(&zctx->dctx, params->deflate.winbits); in deflate_create()
114 struct z_stream_s *deflate; in deflate_compress() local
117 deflate = &zctx->cctx; in deflate_compress()
118 ret = zlib_deflateReset(deflate); in deflate_compress()
122 deflate->next_in = (u8 *)req->src; in deflate_compress()
[all …]
H A Dzram_drv.c1672 params->deflate.winbits = ZCOMP_PARAM_NOT_SET; in comp_params_reset()
1729 zram->params[prio].deflate.winbits = deflate_params->winbits; in comp_params_store()
/linux/lib/zlib_deflate/
H A DMakefile12 zlib_deflate-objs := deflate.o deftree.o deflate_syms.o
/linux/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
626 echo deflate-iaa > /sys/module/zswap/parameters/compressor
/linux/fs/pstore/
H A DKconfig25 bool "Pstore compression (deflate)"
32 the backing store. This is implemented using the zlib 'deflate'
/linux/Documentation/admin-guide/blockdev/
H A Dzram.rst527 #select deflate recompression algorithm, priority 2
528 echo "algo=deflate priority=2" > /sys/block/zramX/recomp_algorithm
/linux/mm/
H A DKconfig117 default "deflate" if ZSWAP_COMPRESSOR_DEFAULT_DEFLATE
/linux/Documentation/admin-guide/
H A Dkernel-parameters.txt1263 def_only: s390 zlib hardware support for deflate