Home
last modified time | relevance | path

Searched refs:DEF_MEM_LEVEL (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/include/linux/
H A Dzconf.h45 # define DEF_MEM_LEVEL 8 macro
47 # define DEF_MEM_LEVEL MAX_MEM_LEVEL macro
H A Dzlib.h582 DEF_MEM_LEVEL, Z_DEFAULT_STRATEGY)
/openbmc/u-boot/lib/zlib/
H A Dzutil.h70 # define DEF_MEM_LEVEL 8 macro
72 # define DEF_MEM_LEVEL MAX_MEM_LEVEL macro
H A Ddeflate.c204 return deflateInit2_(strm, level, Z_DEFLATED, MAX_WBITS, DEF_MEM_LEVEL,
/openbmc/u-boot/lib/
H A Dgzip.c69 DEF_MEM_LEVEL, Z_DEFAULT_STRATEGY, in zzip()
/openbmc/linux/fs/pstore/
H A Dplatform.c189 -MAX_WBITS, DEF_MEM_LEVEL, Z_DEFAULT_STRATEGY); in pstore_compress()
236 vmalloc(zlib_deflate_workspacesize(MAX_WBITS, DEF_MEM_LEVEL)); in allocate_buf_for_compression()