Home
last modified time | relevance | path

Searched refs:MAX_MEM_LEVEL (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
H A Dzconf.h25 #ifndef MAX_MEM_LEVEL
26 # define MAX_MEM_LEVEL 8 macro
44 #if MAX_MEM_LEVEL >= 8
47 # define DEF_MEM_LEVEL MAX_MEM_LEVEL
/linux/fs/jffs2/
H A Dcompr_zlib.c46 MAX_MEM_LEVEL)); in alloc_workspaces()
51 zlib_deflate_workspacesize(MAX_WBITS, MAX_MEM_LEVEL)); in alloc_workspaces()
/linux/crypto/
H A Ddeflate.c27 #define DEFLATE_DEF_MEMLEVEL MAX_MEM_LEVEL
/linux/fs/btrfs/
H A Dzlib.c81 workspacesize = max(zlib_deflate_workspacesize(MAX_WBITS, MAX_MEM_LEVEL), in zlib_alloc_workspace()