Searched refs:deflate (Results 1 – 8 of 8) sorted by relevance
40 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() local117 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 …]
1672 params->deflate.winbits = ZCOMP_PARAM_NOT_SET; in comp_params_reset()1729 zram->params[prio].deflate.winbits = deflate_params->winbits; in comp_params_store()
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/compressor626 echo deflate-iaa > /sys/module/zswap/parameters/compressor
25 bool "Pstore compression (deflate)"32 the backing store. This is implemented using the zlib 'deflate'
527 #select deflate recompression algorithm, priority 2528 echo "algo=deflate priority=2" > /sys/block/zramX/recomp_algorithm
117 default "deflate" if ZSWAP_COMPRESSOR_DEFAULT_DEFLATE
1263 def_only: s390 zlib hardware support for deflate