Searched refs:MAX_MEM_LEVEL (Results 1 - 6 of 6) sorted by relevance

/linux-master/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-master/fs/jffs2/
H A Dcompr_zlib.c46 MAX_MEM_LEVEL));
51 zlib_deflate_workspacesize(MAX_WBITS, MAX_MEM_LEVEL));
/linux-master/crypto/
H A Ddeflate.c35 #define DEFLATE_DEF_MEMLEVEL MAX_MEM_LEVEL
48 -DEFLATE_DEF_WINBITS, MAX_MEM_LEVEL));
/linux-master/fs/btrfs/
H A Dzlib.c64 workspacesize = max(zlib_deflate_workspacesize(MAX_WBITS, MAX_MEM_LEVEL),
/linux-master/lib/zlib_deflate/
H A Ddeflate.c219 if (memLevel < 1 || memLevel > MAX_MEM_LEVEL || method != Z_DEFLATED ||
1140 BUG_ON(memLevel < 1 || memLevel > MAX_MEM_LEVEL || windowBits < 9 ||
/linux-master/drivers/gpu/drm/i915/
H A Di915_gpu_error.c261 kmalloc(zlib_deflate_workspacesize(MAX_WBITS, MAX_MEM_LEVEL),

Completed in 126 milliseconds